Skip to content

Commit

Permalink
fix: fix the other one
Browse files Browse the repository at this point in the history
  • Loading branch information
erights committed Aug 27, 2022
1 parent f370047 commit 1e96f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/store/src/keys/checkKey.js
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ export const checkCopyBag = (b, check = x => x) => {
X`Not a copyBag: ${b}`,
) &&
checkBagEntries(b.payload, check) &&
checkKey(b.payload);
checkKey(b.payload, check);
if (result) {
copyBagMemo.add(b);
}
Expand Down

0 comments on commit 1e96f9b

Please sign in to comment.