Skip to content

Commit f768f54

Browse files
committed
fix lint errors
1 parent 52eb227 commit f768f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/functions/src/service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ async function call(
263263
// Default timeout to 70s, but let the options override it.
264264
const timeout = options.timeout || 70000;
265265

266-
const failAfterHandle = failAfter(timeout)
266+
const failAfterHandle = failAfter(timeout);
267267
const response = await Promise.race([
268268
postJSON(url, body, headers, functionsInstance.fetchImpl),
269269
failAfterHandle.promise,

0 commit comments

Comments
 (0)