From 53a9eb13f8793e0aac3348d41b13f8ab95e66696 Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Mon, 22 Oct 2018 04:31:45 +0900
Subject: [PATCH] Fix bug

---
 src/services/stats.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/services/stats.ts b/src/services/stats.ts
index 121a331209..5f0e20d4df 100644
--- a/src/services/stats.ts
+++ b/src/services/stats.ts
@@ -860,7 +860,7 @@ type PerUserNotesLog = {
 
 class PerUserNotesStats extends Stats<PerUserNotesLog> {
 	constructor() {
-		super('notes');
+		super('perUserNotes');
 	}
 
 	@autobind