Skip to content

Commit

Permalink
add: admin field to Author
Browse files Browse the repository at this point in the history
  • Loading branch information
momeemt committed Dec 31, 2024
1 parent e12df82 commit f58bc02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/author.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ pub struct Author {
pub website: Option<String>,
pub github_id: Option<String>,
pub x_id: Option<String>,
pub admin: Option<bool>,
}

0 comments on commit f58bc02

Please sign in to comment.