Skip to content

Commit

Permalink
🐛 deployement service type
Browse files Browse the repository at this point in the history
  • Loading branch information
bal7hazar committed Nov 20, 2024
1 parent d645925 commit f53d028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/slot/src/models/index.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ pub struct Deployment {
project: felt252,
status: u8,
branch: Option<felt252>,
service: felt252,
service: u8,
tier: u8,
regions: felt252,
auto_upgrade: bool,
Expand Down

0 comments on commit f53d028

Please sign in to comment.