Skip to content

Commit

Permalink
Fix formatting error introduced by merge code
Browse files Browse the repository at this point in the history
  • Loading branch information
shankari authored Jan 20, 2024
1 parent dfbee1f commit 1fb7c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/__mocks__/cordovaMocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export const mockBEMUserCache = (config?) => {
);
}, 100),
);
// Used for getUnifiedDataForInterval
}, // Used for getUnifiedDataForInterval
putRWDocument: (key: string, value: any) => {
if (key == 'config/app_ui_config') {
return new Promise<void>((rs, rj) =>
Expand Down

0 comments on commit 1fb7c95

Please sign in to comment.