Skip to content

Commit 5a22855

Browse files
committed
Fixed typings
1 parent 556d1be commit 5a22855

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/functions/src/service.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,9 @@ export function httpsCallableFromURL<
245245
return callable as HttpsCallable<RequestData, ResponseData, StreamData>;
246246
}
247247

248-
function getCredentials(functionsInstance: FunctionsService) {
248+
function getCredentials(
249+
functionsInstance: FunctionsService
250+
): 'include' | undefined {
249251
return functionsInstance.emulatorOrigin &&
250252
isCloudWorkstation(functionsInstance.emulatorOrigin)
251253
? 'include'

0 commit comments

Comments
 (0)