Skip to content

Commit 5fa547a

Browse files
authored
Remove another TODO
1 parent a36f50f commit 5fa547a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/JobsResource.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import CloudConvert from './CloudConvert';
22
import { Operation, Task, TaskEventData, TaskStatus } from './TasksResource';
33

4-
// TODO: might by wrong, see https://github.com/cloudconvert/cloudconvert-node/issues/47
54
export type JobEvent = 'created' | 'updated' | 'finished' | 'failed';
65
export type JobStatus = 'processing' | 'finished' | 'error';
76
export interface JobEventData { job: Job }

0 commit comments

Comments
 (0)