We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d7c8d5 commit 01ef810Copy full SHA for 01ef810
1 file changed
job/worker/src/req.ts
@@ -30,7 +30,7 @@ const getFunctionUrl = (fn: string): string => {
30
31
interface RequestOptions {
32
body: unknown;
33
- databaseId?: string;
+ databaseId: string;
34
workerId: string;
35
jobId: string | number;
36
}
0 commit comments