Skip to content

Commit dfeb476

Browse files
Update recipes/crypto-create-credentials/src/workflow.ts
Co-authored-by: Jacob Smith <[email protected]>
1 parent 1a8b640 commit dfeb476

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

recipes/crypto-create-credentials/src/workflow.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ function handleDestructuredImport(
193193
if (!currentState.added) {
194194
const newEdit = {
195195
startPos: statement.range().end.index,
196+
// appending, so use `end` for both
196197
endPos: statement.range().end.index,
197198
insertedText: `${os.EOL}${newImportStatement}`,
198199
};

0 commit comments

Comments
 (0)