summaryrefslogtreecommitdiffstats
path: root/src/warning/models.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/warning/models.rs')
-rw-r--r--src/warning/models.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/warning/models.rs b/src/warning/models.rs
index 9e79e6c..421ff38 100644
--- a/src/warning/models.rs
+++ b/src/warning/models.rs
@@ -59,7 +59,7 @@ pub struct WarningCreate {
#[derive(Deserialize)]
pub struct WarningEdit {
pub admin_note: String,
- pub resolved_by: Option<bool>,
+ pub resolved_by: Option<i32>,
}
/// Payload used for warning filtering