Skip to content

Commit 54fda50

Browse files
fix
1 parent 1f3b892 commit 54fda50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/import-attributes/src/workflow.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ async function processModule({ astGrep }: Helpers) {
1818
}
1919
],
2020
},
21-
}).map(async ({ getNode }) => {
21+
}).replace(async ({ getNode }) => {
2222
const node = getNode() as SgNode;
2323
const kind = node.kind();
2424
const edits: Edit[] = [];

0 commit comments

Comments
 (0)