Skip to content

Commit 063cdc1

Browse files
committed
typo
1 parent 8a46367 commit 063cdc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ensureApiEnabled.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ export async function bestEffortEnsure(
181181
silent = false,
182182
): Promise<void> {
183183
try {
184-
await ensure(projectId, apiUri, prefix, silent);\
184+
await ensure(projectId, apiUri, prefix, silent);
185185
} catch (err: any) {
186186
logger.debug(
187187
`Unable to check that ${apiUri} is enabled on ${projectId}. Calls to it will fail if it is not enabled`,

0 commit comments

Comments
 (0)