Skip to content

Commit

Permalink
Merge branch 'develop' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslavyaroslav committed Oct 18, 2022
2 parents 4bd644a + 5a58f76 commit 9ea5292
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ fileprivate enum JsonRpcErrorCode {
case -32603:
return .internalError
default:
if (-32000)...(-32099) ~= code {
if (-32099)...(-32000) ~= code {
return .serverError(code)
}
return nil
Expand Down

0 comments on commit 9ea5292

Please sign in to comment.