Skip to content

Commit d087d9f

Browse files
committed
Format fix
1 parent 702719d commit d087d9f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/v2/providers/https.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,8 +426,7 @@ export function onCall<T = any, Return = any | Promise<any>, Stream = unknown>(
426426
}
427427

428428
// fix the length of handler to make the call to handler consistent
429-
const fixedLen = (req: CallableRequest<T>, resp?: CallableResponse<Stream>) =>
430-
handler(req, resp);
429+
const fixedLen = (req: CallableRequest<T>, resp?: CallableResponse<Stream>) => handler(req, resp);
431430
let func: any = onCallHandler(
432431
{
433432
cors: { origin, methods: "POST" },

0 commit comments

Comments
 (0)