Skip to content
Snippets Groups Projects
Commit dfb6c579 authored by Patrik Paško's avatar Patrik Paško
Browse files

Fix header changing

parent 959ae90c
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@ namespace SDK
throw response.StatusCode switch
{
_ => throw new ServerResponseException(stringContent),
_ => throw new ServerResponseException(response.StatusCode + stringContent),
};
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment