Fix bug
This commit is contained in:
parent
b8c56c4dda
commit
53a9eb13f8
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue