Skip to content

Commit

Permalink
saev
Browse files Browse the repository at this point in the history
  • Loading branch information
brilee committed Feb 2, 2024
1 parent ec0a38a commit ffa2180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/lib/fastapi_client/models/TaskStatus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
/**
* Enum holding a tasks status.
*/
export type TaskStatus = 'pending' | 'completed' | 'error';
export type TaskStatus = 'pending' | 'completed' | 'cancelled' | 'error';

0 comments on commit ffa2180

Please sign in to comment.