Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Rishab Nahata <rnnahata@amazon.com>
  • Loading branch information
imRishN committed Jan 10, 2023
1 parent c46992c commit d4670b7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,7 @@ private static void ensureEligibleRequest(
"same request is already in status [INIT]"
);
}
break;
// for FAILED - we are good to process it again
case FAILED:
break;
Expand Down

0 comments on commit d4670b7

Please sign in to comment.