Skip to content

Commit

Permalink
Fix current_application_info (#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattico authored and arqunis committed May 9, 2019
1 parent 5a50593 commit 23bed41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/model/application.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,6 @@ pub struct CurrentApplicationInfo {
pub name: String,
pub owner: User,
#[serde(default)] pub rpc_origins: Vec<String>,
pub bot_public: bool,
pub bot_require_code_grant: bool,
}

0 comments on commit 23bed41

Please sign in to comment.