Skip to content

Commit

Permalink
text is a nullable field, unfortunately
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Oct 25, 2024
1 parent 3947e3c commit 925d322
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 @@ -83,7 +83,7 @@ pub struct Note {
id: i64,
player_id: i64,
admin_id: i64,
text: String,
text: Option<String>,
date: String,
is_ban: i32,
ban_time: Option<i64>,
Expand Down

0 comments on commit 925d322

Please sign in to comment.