1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-21 18:49:24 -05:00
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

View file

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