Skip to content

Commit d519ac2

Browse files
committed
chore(types-is-native-error): replace let by const
1 parent 2587dea commit d519ac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/types-is-native-error/src/workflow.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,6 @@ export default function transform(root: SgRoot<JS>): string | null {
141141
}
142142
}
143143

144-
let sourceCode = rootNode.commitEdits(edits);
144+
const sourceCode = rootNode.commitEdits(edits);
145145
return removeLines(sourceCode, linesToRemove);
146146
}

0 commit comments

Comments
 (0)