Skip to content

Commit 7e9a863

Browse files
committed
delete extra file
1 parent 86a3138 commit 7e9a863

File tree

2 files changed

+2
-478
lines changed

2 files changed

+2
-478
lines changed

src/apphosting/backend.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -495,12 +495,12 @@ export async function getBackend(
495495
logWarning(
496496
`You have multiple backends with the same ${backendId} ID. This is no longer supported. ` +
497497
"Please delete and recreate any backends that share an ID with another backend."
498-
)
498+
);
499499
if (force) {
500500
throw new FirebaseError(
501501
`Force cannot be used when multiple backends share the same ID`,
502502
);
503-
};
503+
}
504504
const options = { force: force, nonInteractive: false };
505505
const confirmed = await confirm({
506506
...options,

0 commit comments

Comments
 (0)