1
0
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:
Gastón Fournier 2024-10-17 23:18:13 +02:00
parent e7de20fc99
commit e97f74891f
No known key found for this signature in database
GPG Key ID: AF45428626E17A8E

View File

@ -60,7 +60,7 @@ export const scheduleServices = async (
);
schedulerService.schedule(
instanceStatsService.refreshAppCountSnapshot.bind(instanceStatsService),
instanceStatsService.getLabeledAppCounts.bind(instanceStatsService),
minutesToMilliseconds(5),
'refreshAppCountSnapshot',
);