diff --git a/src/store/actions.ts b/src/store/actions.ts index 13a338f..2ad00cc 100644 --- a/src/store/actions.ts +++ b/src/store/actions.ts @@ -144,9 +144,9 @@ export const itemBatch = createAction( export const setSyncCollection = createAction( "SET_SYNC_COLLECTION", - (colUid: string, stoken: string) => { + (uid: string, stoken: string) => { return { - colUid, + uid, stoken, }; }