Skip to content

Commit 0842b65

Browse files
author
Brian Chen
committed
revert common/ file
1 parent f7bd398 commit 0842b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/api-review/functions-exp.api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export function getFunctions(app: FirebaseApp, regionOrCustomDomain?: string): F
1616
export function httpsCallable(functionsInstance: Functions, name: string, options?: HttpsCallableOptions): HttpsCallable;
1717

1818
// @public
19-
export function useFunctionsEmulator(functionsInstance: Functions, host: string, port: number): void;
19+
export function useFunctionsEmulator(functionsInstance: Functions, origin: string): void;
2020

2121

2222
// (No @packageDocumentation comment for this package)

0 commit comments

Comments
 (0)