mirror of
https://github.com/Unleash/unleash.git
synced 2025-10-04 11:17:02 +02:00
Replace removed method
This commit is contained in:
parent
e7de20fc99
commit
e97f74891f
@ -60,7 +60,7 @@ export const scheduleServices = async (
|
|||||||
);
|
);
|
||||||
|
|
||||||
schedulerService.schedule(
|
schedulerService.schedule(
|
||||||
instanceStatsService.refreshAppCountSnapshot.bind(instanceStatsService),
|
instanceStatsService.getLabeledAppCounts.bind(instanceStatsService),
|
||||||
minutesToMilliseconds(5),
|
minutesToMilliseconds(5),
|
||||||
'refreshAppCountSnapshot',
|
'refreshAppCountSnapshot',
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user