This commit is contained in:
syuilo 2018-10-22 04:31:45 +09:00
parent 9d72a6321e
commit 525d0e71a5

View File

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