Skip to content

Commit 01ef810

Browse files
committed
fix: make databaseId required in worker request to match hub
1 parent 6d7c8d5 commit 01ef810

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

job/worker/src/req.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const getFunctionUrl = (fn: string): string => {
3030

3131
interface RequestOptions {
3232
body: unknown;
33-
databaseId?: string;
33+
databaseId: string;
3434
workerId: string;
3535
jobId: string | number;
3636
}

0 commit comments

Comments
 (0)