Fix bug
This commit is contained in:
parent
53a9eb13f8
commit
0085e1f3ab
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