diff --git a/www/js/services/unifiedDataLoader.ts b/www/js/services/unifiedDataLoader.ts index 4d644b998..d4211b4ce 100644 --- a/www/js/services/unifiedDataLoader.ts +++ b/www/js/services/unifiedDataLoader.ts @@ -120,6 +120,6 @@ export const getUnifiedDataForInterval = function ( ) { return serverResponse.phone_data; }); - var promiseList = [getPromise, remotePromise]; + const promiseList = [getPromise, remotePromise]; return combinedPromises(promiseList, combineWithDedup); };