Skip to content

Commit

Permalink
stipulate that the date field in jobbans can be null too
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Nov 30, 2024
1 parent 2747a9d commit 7be634e
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 @@ -151,7 +151,7 @@ pub struct JobBan {
player_id: i64,
admin_id: Option<i64>,
text: String,
date: String,
date: Option<String>,
ban_time: Option<i64>,
expiration: Option<i64>,
role: String,
Expand Down

0 comments on commit 7be634e

Please sign in to comment.