Skip to content

Commit 2250713

Browse files
committed
fixup! incomplete copypasta
1 parent 0053d83 commit 2250713

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/patterns/src/patterns/patternMatchers.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1416,7 +1416,7 @@ const makePatternKit = () => {
14161416
}
14171417
return [
14181418
inResults && makeCopySet(inResults),
1419-
inResults && makeCopySet(inResults),
1419+
outResults && makeCopySet(outResults),
14201420
];
14211421
}
14221422
case 'copyBag': {
@@ -1434,7 +1434,7 @@ const makePatternKit = () => {
14341434
}
14351435
return [
14361436
inResults && makeCopyBag(inResults),
1437-
inResults && makeCopyBag(inResults),
1437+
outResults && makeCopyBag(outResults),
14381438
];
14391439
}
14401440
default: {

0 commit comments

Comments
 (0)