mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-24 03:23:08 +02:00
Fix bug
This commit is contained in:
parent
b8c56c4dda
commit
53a9eb13f8
1 changed files with 1 additions and 1 deletions
|
@ -860,7 +860,7 @@ type PerUserNotesLog = {
|
||||||
|
|
||||||
class PerUserNotesStats extends Stats<PerUserNotesLog> {
|
class PerUserNotesStats extends Stats<PerUserNotesLog> {
|
||||||
constructor() {
|
constructor() {
|
||||||
super('notes');
|
super('perUserNotes');
|
||||||
}
|
}
|
||||||
|
|
||||||
@autobind
|
@autobind
|
||||||
|
|
Loading…
Reference in a new issue