Skip to content

Commit

Permalink
Merge pull request #175 from starknet-id/ayush/additional-desc
Browse files Browse the repository at this point in the history
feat: modify quest model for additional description support
  • Loading branch information
Th0rgal authored Jan 10, 2024
2 parents 8f644fb + 18fb99e commit ec2eeac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ pub_struct!(Debug, Serialize, Deserialize; QuestDocument {
id: u32,
name: String,
desc: String,
additional_desc: Option<String>,
issuer: String,
category: String,
rewards_endpoint: String,
Expand Down

0 comments on commit ec2eeac

Please sign in to comment.