Skip to content

Commit

Permalink
remove 500
Browse files Browse the repository at this point in the history
  • Loading branch information
lugehorsam committed Nov 20, 2023
1 parent 7c0cbf1 commit fd9aacf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Nakama/HttpRequestAdapter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ private bool IsTransientException(Exception e)
{
switch (apiException.StatusCode)
{
case 500:
case 502:
case 503:
case 504:
Expand Down

0 comments on commit fd9aacf

Please sign in to comment.