From 53932999b0a3afafebde3fcec33cf25e72f0a63e Mon Sep 17 00:00:00 2001 From: Dani Tseitlin Date: Fri, 27 Sep 2024 21:12:58 +0300 Subject: [PATCH] . --- src/uat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uat.js b/src/uat.js index ce81f76..6688cbd 100644 --- a/src/uat.js +++ b/src/uat.js @@ -82,7 +82,7 @@ class UAT { return this.handleResponse(response); } catch(error) { - console.log(error) + console.log(error); return this.handleError(error); } }