File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/routes/v2/projects/[projectId]/workflows/[workflowId] Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 512512 } else {
513513 isLegacy = false ;
514514 }
515- const submitted = Object .values (statuses).filter ((s ) => s .num_submitted_images > 0 );
515+ const submitted = Object .values (statuses).filter ((s ) => s .status === ' submitted ' );
516516 if (submitted .length > 0 || selectedSubmittedJob? .status === ' submitted' ) {
517517 window .clearTimeout (statusWatcherTimer);
518518 statusWatcherTimer = window .setTimeout (
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ const workflowTest = baseTest.extend({
145145 await workflow . createProject ( ) ;
146146 await workflow . createWorkflow ( ) ;
147147 await use ( workflow ) ;
148- // await workflow.deleteProject();
148+ await workflow . deleteProject ( ) ;
149149 }
150150} ) ;
151151
You can’t perform that action at this time.
0 commit comments