mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-25 02:10:32 -06:00
SDA-4197 - Use correct variable to clear interval (#2122)
This commit is contained in:
parent
c2091f5239
commit
897c6172cd
@ -1196,7 +1196,7 @@ export const updateFeaturesForCloudConfig = async (
|
||||
} else {
|
||||
// Clear the interval if autoUpdate is disabled
|
||||
if (autoUpdateIntervalId) {
|
||||
clearInterval(autoUpdateCheckInterval);
|
||||
clearInterval(autoUpdateIntervalId);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user