mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-23 17:29:05 +01:00
Fix bug
This commit is contained in:
parent
525d0e71a5
commit
6f43c79cfb
@ -860,7 +860,7 @@ type PerUserNotesLog = {
|
||||
|
||||
class PerUserNotesStats extends Stats<PerUserNotesLog> {
|
||||
constructor() {
|
||||
super('perUserNotes');
|
||||
super('perUserNotes', true);
|
||||
}
|
||||
|
||||
@autobind
|
||||
|
Loading…
Reference in New Issue
Block a user