Skip to content

Commit

Permalink
fix: update model
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushtom committed Nov 30, 2023
1 parent b9488f9 commit a556649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ pub_struct!(Debug, Serialize, Deserialize; BoostTable {
claimed: bool,
winner: Option<String>,
id: i32,
boost_description: String,
img_url: String,
name: String,
});

pub_struct!(Debug, Serialize, Deserialize; NftBalance {
Expand Down

0 comments on commit a556649

Please sign in to comment.