We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9486310 commit 4c79f48Copy full SHA for 4c79f48
1 file changed
README.md
@@ -111,10 +111,6 @@ const job = await cloudConvert.jobs.create({ ... });
111
cloudConvert.jobs.subscribeEvent(job.id, 'finished', event => {
112
// Job has finished
113
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);
118
});
119
120
// Events for all tasks of the job
0 commit comments