Skip to content

Commit 685e9c4

Browse files
committed
fix: Typescript: Spread types error
1 parent a444d57 commit 685e9c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-appsync/src/link/offline-link.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ const idsMapReducer = (state = {}, action, dataIdFromObject) => {
417417

418418
return {
419419
...state,
420-
...entries,
420+
...entries as object,
421421
};
422422
case actions.COMMIT:
423423
const { remainingMutations } = action;

0 commit comments

Comments
 (0)