chore(xo-server/updateJob): don't return record
This commit is contained in:
parent
2249c90be9
commit
65a154a1b3
@ -143,7 +143,7 @@ export default class Jobs {
|
|||||||
job = await this.getJob(id)
|
job = await this.getJob(id)
|
||||||
patch(job, props)
|
patch(job, props)
|
||||||
}
|
}
|
||||||
return /* await */ this._jobs.update(job)
|
await this._jobs.update(job)
|
||||||
}
|
}
|
||||||
|
|
||||||
registerJobExecutor(type, executor) {
|
registerJobExecutor(type, executor) {
|
||||||
|
Loading…
Reference in New Issue
Block a user