Fix environment binding error when pruning calls

This commit is contained in:
Chrystian Huot 2019-07-18 08:53:53 -04:00
parent 2353cfdf59
commit 00a623e50e

View file

@ -83,7 +83,7 @@ function createApiHandler(): void {
}
function createPruneCallsTimer(): void {
setInterval(() => pruneCalls(), 90000);
Meteor.setInterval(() => pruneCalls(), 10000);
}
function getPruneDays(): number | null {