mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Fix bug
This commit is contained in:
parent
9d72a6321e
commit
525d0e71a5
1 changed files with 1 additions and 1 deletions
|
@ -860,7 +860,7 @@ type PerUserNotesLog = {
|
|||
|
||||
class PerUserNotesStats extends Stats<PerUserNotesLog> {
|
||||
constructor() {
|
||||
super('notes');
|
||||
super('perUserNotes');
|
||||
}
|
||||
|
||||
@autobind
|
||||
|
|
Loading…
Add table
Reference in a new issue