mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-14 18:23:08 +02:00
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);
|
data = this.getNewLog(obj);
|
||||||
} else {
|
} else {
|
||||||
// ログが存在しなかったら
|
// ログが存在しなかったら
|
||||||
// (Misskeyインスタンスを建てて初めてのチャート更新時)
|
// (Misskeyインスタンスを建てて初めてのチャート更新時など)
|
||||||
|
|
||||||
// 初期ログデータを作成
|
// 初期ログデータを作成
|
||||||
data = this.getNewLog(null);
|
data = this.getNewLog(null);
|
||||||
|
|
Loading…
Reference in a new issue