Skip to content

Commit ae71ea2

Browse files
authored
Merge branch 'main' into fix/1478-import-bug
2 parents caa4be8 + ddd0437 commit ae71ea2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/web/src/socket/hooks/useGcalSync.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ import { shouldImportGCal } from "@core/util/event/event.util";
1313
import { GOOGLE_REVOKED_TOAST_ID } from "@web/common/constants/toast.constants";
1414
import { Sync_AsyncStateContextReason } from "@web/ducks/events/context/sync.context";
1515
import { selectIsImportPending } from "@web/ducks/events/selectors/sync.selector";
16+
<<<<<<< fix/1478-import-bug
1617
import { eventsEntitiesSlice } from "@web/ducks/events/slices/event.slice";
18+
=======
19+
>>>>>>> main
1720
import {
1821
importGCalSlice,
1922
triggerFetch,

0 commit comments

Comments
 (0)