1
0
Fork 1
mirror of https://example.com synced 2024-11-22 12:06:39 +09:00

fix: typo

This commit is contained in:
naskya 2023-09-16 07:58:21 +09:00
parent 132bcc1100
commit 14567b9ece
Signed by: naskya
GPG key ID: 164DFF24E2D40139

View file

@ -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());