Skip to content

Commit

Permalink
Update www/js/services/unifiedDataLoader.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Jack Greenlee <[email protected]>
  • Loading branch information
the-bay-kay and JGreenlee authored Nov 6, 2023
1 parent d9285d3 commit 59503e6
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 59503e6

Please sign in to comment.