mirror of
https://example.com
synced 2024-11-22 12:06:39 +09:00
fix: typo
This commit is contained in:
parent
132bcc1100
commit
14567b9ece
1 changed files with 1 additions and 1 deletions
|
@ -6,4 +6,4 @@ export const activeUsersChart = new ActiveUsersChart();
|
|||
// 20分おきにメモリ情報をDBに書き込み
|
||||
setInterval(() => activeUsersChart.save(), 1000 * 60 * 20);
|
||||
|
||||
beforeShutdown(async () => await activeUsersChars.save());
|
||||
beforeShutdown(async () => await activeUsersChart.save());
|
||||
|
|
Loading…
Reference in a new issue