Skip to content

Commit

Permalink
Change types in model.rs file
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahredler committed Oct 31, 2024
1 parent 451b1b1 commit c7db98b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/models.rs
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,8 @@ pub_struct!(Deserialize; CreateBoostQuery {
quest_id: i32,
amount: i32,
token: String,
num_of_winners: i64,
token_decimals: i64,
num_of_winners: i32,
token_decimals: i32,
name: String,
img_url: String,
expiry: i64,
Expand Down

0 comments on commit c7db98b

Please sign in to comment.