Skip to content

Commit fc60493

Browse files
committed
revert to prev statement
1 parent 57f04a7 commit fc60493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/amadeus/client/response.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class Response {
6868
* @protected
6969
*/
7070
success() {
71-
if (this.statusCode = 204) {
71+
if (this.statusCode == 204) {
7272
return true;
7373
}
7474
if (this.parsed && this.statusCode < 300) {

0 commit comments

Comments
 (0)