Skip to content

Commit

Permalink
ffz: fix api error
Browse files Browse the repository at this point in the history
  • Loading branch information
udoprog committed Jan 5, 2021
1 parent 10d12b6 commit 1743c3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bot/src/api/ffz.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ pub struct Set {
pub id: u64,
pub title: String,
pub css: serde_json::Value,
#[serde(default)]
pub description: serde_json::Value,
pub emoticons: Vec<Emoticon>,
pub icon: serde_json::Value,
Expand Down

0 comments on commit 1743c3d

Please sign in to comment.