Skip to content

Commit

Permalink
Circuit Breaker Condition Added
Browse files Browse the repository at this point in the history
  • Loading branch information
sauravsaha committed May 10, 2021
1 parent bbf9a40 commit cb1fdee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CoWin.Core/Models/CovidVaccinationCenterFinder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ private void SearchForAvailableSlots()
{
if (CovidVaccinationCenter.IS_BOOKING_SUCCESSFUL == true)
{
break;
return;
}

Console.ResetColor();
Expand Down

0 comments on commit cb1fdee

Please sign in to comment.