aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/hangoutschat/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/hangoutschat/index.js')
-rw-r--r--recipes/hangoutschat/index.js7
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes/hangoutschat/index.js b/recipes/hangoutschat/index.js
index 2c8b220..c6173fa 100644
--- a/recipes/hangoutschat/index.js
+++ b/recipes/hangoutschat/index.js
@@ -1,6 +1,5 @@
1var os = require('os') 1const os = require('os');
2 2
3// just pass through Franz 3// just pass through Franz
4module.exports = Franz => 4module.exports = Franz => class HangoutsChat extends Franz {
5 class HangoutsChat extends Franz { 5};
6 };