forked from MightyPork/elefren-fork
Changes IDs to Strings for compliance with APIv1 (#20)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#[derive(Debug, Clone, Deserialize)]
|
||||
pub struct Report {
|
||||
/// The ID of the report.
|
||||
pub id: u64,
|
||||
pub id: String,
|
||||
/// The action taken in response to the report.
|
||||
pub action_taken: String,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user