mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-08 16:44:08 +02:00
Fix bug
This commit is contained in:
@@ -860,7 +860,7 @@ type PerUserNotesLog = {
|
|||||||
|
|
||||||
class PerUserNotesStats extends Stats<PerUserNotesLog> {
|
class PerUserNotesStats extends Stats<PerUserNotesLog> {
|
||||||
constructor() {
|
constructor() {
|
||||||
super('notes');
|
super('perUserNotes');
|
||||||
}
|
}
|
||||||
|
|
||||||
@autobind
|
@autobind
|
||||||
|
|||||||
Reference in New Issue
Block a user