Skip to content

Commit 1a8b640

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,7 @@ function handleNamespaceImport(
282282
finalState = ensureResult.newState;
283283

284284
for (const usage of memberAccessUsages) {
285-
const replacementText = `${ensureResult.identifier}.createSecureContext`;
286-
localEdits.push(usage.replace(replacementText));
285+
localEdits.push(usage.replace(`${ensureResult.identifier}.createSecureContext`));
287286
}
288287
}
289288

0 commit comments

Comments
 (0)