1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-08 16:44:08 +02:00
This commit is contained in:
syuilo
2018-10-22 04:31:45 +09:00
parent b8c56c4dda
commit 53a9eb13f8

View File

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