Update core.ts

This commit is contained in:
syuilo 2020-02-18 02:27:18 +09:00 committed by GitHub
parent 0678d4fc55
commit 72486ca5e0

View file

@ -275,7 +275,7 @@ export default abstract class Chart<T extends Record<string, any>> {
data = this.getNewLog(obj);
} else {
// ログが存在しなかったら
// (Misskeyインスタンスを建てて初めてのチャート更新時)
// (Misskeyインスタンスを建てて初めてのチャート更新時など)
// 初期ログデータを作成
data = this.getNewLog(null);