Skip to content

Commit a9889b1

Browse files
committed
fetchLatestCbsUpdate with cors
1 parent e736d45 commit a9889b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stores/store.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const initializeStore = createAsyncThunk(
1111
// Load language
1212
await dispatch(initLang());
1313
// Get CBS data date
14-
// await dispatch(fetchLatestCbsUpdate());
14+
await dispatch(fetchLatestCbsUpdate());
1515
}
1616
);
1717

0 commit comments

Comments
 (0)