We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 048f895 commit 1578b86Copy full SHA for 1578b86
Release/samples/BlackJack/BlackJack_UIClient/PlayingTable.xaml.cpp
@@ -149,9 +149,7 @@ void BlackjackClient::PlayingTable::Refresh()
149
150
void BlackjackClient::PlayingTable::InterpretResponse(http_response &response)
151
{
152
- HRESULT responseHR = response.error_code();
153
-
154
- if ( InterpretError(responseHR) || response.headers().content_type() != L"application/json" ) return;
+ if ( response.headers().content_type() != L"application/json" ) return;
155
156
this->resultLabel->Text = L"";
157
0 commit comments