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 57f04a7 commit fc60493Copy full SHA for fc60493
src/amadeus/client/response.js
@@ -68,7 +68,7 @@ class Response {
68
* @protected
69
*/
70
success() {
71
- if (this.statusCode = 204) {
+ if (this.statusCode == 204) {
72
return true;
73
}
74
if (this.parsed && this.statusCode < 300) {
0 commit comments