Skip to content

Commit 4c79f48

Browse files
committed
update README
1 parent 9486310 commit 4c79f48

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,6 @@ const job = await cloudConvert.jobs.create({ ... });
111111
cloudConvert.jobs.subscribeEvent(job.id, 'finished', event => {
112112
// Job has finished
113113
console.log(event.job);
114-
115-
// Job events do not contain the tasks
116-
// To get all tasks of the job:
117-
// const job = cloudConvert.jobs.get(event.job.id);
118114
});
119115

120116
// Events for all tasks of the job

0 commit comments

Comments
 (0)