Update core.ts
This commit is contained in:
parent
e4af16989a
commit
8c4245a09d
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue