Skip to content
Snippets Groups Projects
Commit 870ca36f authored by Gauthier LEFEVRE's avatar Gauthier LEFEVRE
Browse files

fix job

parent 6da3bdd7
Branches
Tags
3 merge requests!103Support,!102Dev,!67Fix/lint warning2
...@@ -24,7 +24,7 @@ export class JobService { ...@@ -24,7 +24,7 @@ export class JobService {
return await this._client.query(this._client.get(JOBS_DOCTYPE, jobId)) return await this._client.query(this._client.get(JOBS_DOCTYPE, jobId))
} }
watch = async (job: Job, callbackResponse: any) => { watch = async (job: object, callbackResponse: any) => {
const konnectorJobWatcher = new KonnectorJobWatcher(this._client, job, { const konnectorJobWatcher = new KonnectorJobWatcher(this._client, job, {
expectedSuccessDelay: 8000, expectedSuccessDelay: 8000,
}) })
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment