diff options
Diffstat (limited to 'ui/backend/src/db.rs')
| -rw-r--r-- | ui/backend/src/db.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/backend/src/db.rs b/ui/backend/src/db.rs index 56d422ab..b08d8ebe 100644 --- a/ui/backend/src/db.rs +++ b/ui/backend/src/db.rs @@ -36,7 +36,7 @@ pub struct GlobalStats { pub last_30d: u64, } -#[derive(Serialize)] +#[derive(Serialize, Debug)] pub struct UIHistory { pub id: String, /// When the command was run. |
