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