mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-25 06:41:36 -07:00
Fix bug
This commit is contained in:
parent
525d0e71a5
commit
6f43c79cfb
1 changed files with 1 additions and 1 deletions
|
@ -860,7 +860,7 @@ type PerUserNotesLog = {
|
|||
|
||||
class PerUserNotesStats extends Stats<PerUserNotesLog> {
|
||||
constructor() {
|
||||
super('perUserNotes');
|
||||
super('perUserNotes', true);
|
||||
}
|
||||
|
||||
@autobind
|
||||
|
|
Loading…
Reference in a new issue