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`,