Skip to content

Commit

Permalink
Revert "Encountering scheduled tasks causes 400 error" (#2961)
Browse files Browse the repository at this point in the history
Reverts #2948
  • Loading branch information
ricardoamador authored Jul 28, 2023
1 parent 69c64f5 commit 803a94e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app_dart/lib/src/model/appengine/task.dart
Original file line number Diff line number Diff line change
Expand Up @@ -439,11 +439,7 @@ class Task extends Model<int> {

if (build.status == Status.started) {
return status = statusInProgress;
} else if (build.status == Status.scheduled) {
// Check for scheduled.
return status = statusNew;
}

switch (build.result) {
case Result.success:
return status = statusSucceeded;
Expand Down

0 comments on commit 803a94e

Please sign in to comment.