This commit is contained in:
syuilo 2018-10-22 04:31:45 +09:00
parent b8c56c4dda
commit 53a9eb13f8
No known key found for this signature in database
GPG Key ID: BDC4C49D06AB9D69
1 changed files with 1 additions and 1 deletions

View File

@ -860,7 +860,7 @@ type PerUserNotesLog = {
class PerUserNotesStats extends Stats<PerUserNotesLog> {
constructor() {
super('notes');
super('perUserNotes');
}
@autobind