This commit is contained in:
syuilo 2018-10-22 04:36:57 +09:00
parent 53a9eb13f8
commit 0085e1f3ab
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

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