From c0d2c94f3c1790f3924ef4a6b41c91db2143197b Mon Sep 17 00:00:00 2001 From: Matteo Ferrando Date: Thu, 26 Oct 2023 13:48:16 -0400 Subject: [PATCH] lint --- libs/client/src/function.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/client/src/function.ts b/libs/client/src/function.ts index 18c5169..dca7c25 100644 --- a/libs/client/src/function.ts +++ b/libs/client/src/function.ts @@ -237,7 +237,7 @@ export const queue: Queue = { ): Promise { return run(id, { ...options, method: 'post', path: '/fal/queue/submit/' }); }, - async status(id: string, requestId: string, logs: boolean = false): Promise { + async status(id: string, requestId: string, logs = false): Promise { return run(id, { method: 'get', path: `/fal/queue/requests/${requestId}/status`,