Skip to content

Commit 38af572

Browse files
author
Kevin Hellemun
committed
Updated api client. (#83)
1 parent 51ea0c2 commit 38af572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BunqSdk/Http/ApiClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ private static string DetermineResponseIdByAllHeader(HttpHeaders allHeader)
309309
}
310310
else
311311
{
312-
throw new BunqException(ERROR_COULD_NOT_DETERMINE_RESPONSE_ID_HEADER);
312+
return ERROR_COULD_NOT_DETERMINE_RESPONSE_ID_HEADER;
313313
}
314314
}
315315

0 commit comments

Comments
 (0)