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

Merge branch 'develop' into 'master'

Fix header changing

See merge request digital-twin/twinzo/tdevkit!34
parents 959ae90c dfb6c579
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