diff --git a/lib/services/demoCleanup.js b/lib/services/demoCleanup.js index 5879d57..4d995a4 100644 --- a/lib/services/demoCleanup.js +++ b/lib/services/demoCleanup.js @@ -14,9 +14,8 @@ export function cleanupDemoAtMidnight() { now.getUTCSeconds() * 1000 - now.getUTCMilliseconds(); + cleanup(); setTimeout(() => { - cleanup(); - setInterval( () => { cleanup();