Skip to content

Commit 1283e23

Browse files
committed
Fix type for jobId.
1 parent 0b9e516 commit 1283e23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/database/sqliteCompute.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export class SQLiteCompute implements ComputeDatabaseProvider {
144144
)
145145
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?);
146146
`
147-
let jobId
147+
let jobId: string
148148
if (!job.jobId) {
149149
const jobStructure = {
150150
assets: job.assets,

0 commit comments

Comments
 (0)