Skip to content

Commit 12ba9b5

Browse files
committed
Fix bug with duplicate calls to initEndpoint.
1 parent 171d714 commit 12ba9b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v1/cloud-functions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ function _detectAuthType(event: Event) {
473473

474474
/** @internal */
475475
export function optionsToEndpoint(options: DeploymentOptions): ManifestEndpoint {
476-
const endpoint: ManifestEndpoint = initEndpoint(options);
476+
const endpoint: ManifestEndpoint = {};
477477
copyIfPresent(
478478
endpoint,
479479
options,

0 commit comments

Comments
 (0)