We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21ce469 commit 1a8b640Copy full SHA for 1a8b640
recipes/crypto-create-credentials/src/workflow.ts
@@ -282,8 +282,7 @@ function handleNamespaceImport(
282
finalState = ensureResult.newState;
283
284
for (const usage of memberAccessUsages) {
285
- const replacementText = `${ensureResult.identifier}.createSecureContext`;
286
- localEdits.push(usage.replace(replacementText));
+ localEdits.push(usage.replace(`${ensureResult.identifier}.createSecureContext`));
287
}
288
289
0 commit comments