Skip to content

Commit a9fb73b

Browse files
committed
Formatter
1 parent 95b26f8 commit a9fb73b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

packages/functions/src/service.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -197,12 +197,7 @@ export function httpsCallableFromURL<RequestData, ResponseData>(
197197
options?: HttpsCallableOptions
198198
): HttpsCallable<RequestData, ResponseData> {
199199
return (data => {
200-
return callAtURL(
201-
functionsInstance,
202-
url,
203-
data,
204-
options || {}
205-
);
200+
return callAtURL(functionsInstance, url, data, options || {});
206201
}) as HttpsCallable<RequestData, ResponseData>;
207202
}
208203

0 commit comments

Comments
 (0)