Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
danitseitlin committed Sep 27, 2024
1 parent 210adc7 commit 5393299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uat.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class UAT {
return this.handleResponse(response);
}
catch(error) {
console.log(error)
console.log(error);
return this.handleError(error);
}
}
Expand Down

0 comments on commit 5393299

Please sign in to comment.