aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/rocketchat/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/rocketchat/index.js')
-rw-r--r--recipes/rocketchat/index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/rocketchat/index.js b/recipes/rocketchat/index.js
index 062b5ec..97de4fe 100644
--- a/recipes/rocketchat/index.js
+++ b/recipes/rocketchat/index.js
@@ -9,8 +9,8 @@ module.exports = Ferdi => class RocketChat extends Ferdi {
9 }); 9 });
10 const status = resp.status.toString(); 10 const status = resp.status.toString();
11 return status.startsWith('2') || status.startsWith('3'); 11 return status.startsWith('2') || status.startsWith('3');
12 } catch (err) { 12 } catch (error) {
13 console.error(err); 13 console.error(error);
14 } 14 }
15 15
16 return false; 16 return false;