Skip to content

Commit

Permalink
this field can be null too that's fucking brilliant oh my god
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Nov 30, 2024
1 parent bfb6235 commit 2747a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/player.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ pub async fn applied_notes(mut db: Connection<Cmdb>, id: i64) -> Json<Vec<Note>>
pub struct JobBan {
id: i64,
player_id: i64,
admin_id: i64,
admin_id: Option<i64>,
text: String,
date: String,
ban_time: Option<i64>,
Expand Down

0 comments on commit 2747a9d

Please sign in to comment.