Skip to content

Commit 1f3b892

Browse files
Update workflow.ts
1 parent 7e0adbb commit 1f3b892

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
@@ -87,7 +87,7 @@ async function processModule({ astGrep }: Helpers) {
8787
* ```
8888
*
8989
*/
90-
export async function workflow({ contexts, files }: Api) {
90+
export async function workflow({ files }: Api) {
9191
console.log(
9292
`${styleText(["bold", "blue"], "[import-attributes]")}: Modifying import attributes to use 'type' instead of 'assert'`,
9393
);

0 commit comments

Comments
 (0)