Skip to content

Commit

Permalink
Merge gitHub change to local repo
Browse files Browse the repository at this point in the history
  • Loading branch information
the-bay-kay committed Nov 6, 2023
2 parents 9a9cd92 + 59503e6 commit 2a04319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/js/services/unifiedDataLoader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,6 @@ export const getUnifiedDataForInterval = function (
) {
return serverResponse.phone_data;
});
var promiseList = [getPromise, remotePromise];
const promiseList = [getPromise, remotePromise];
return combinedPromises(promiseList, combineWithDedup);
};

0 comments on commit 2a04319

Please sign in to comment.