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.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/recipes/hangoutschat/index.js b/recipes/hangoutschat/index.js
index c6173fa..6bed9d7 100644
--- a/recipes/hangoutschat/index.js
+++ b/recipes/hangoutschat/index.js
@@ -1,5 +1,2 @@
1const os = require('os'); 1module.exports = Ferdi => class HangoutsChat extends Ferdi {
2
3// just pass through Franz
4module.exports = Franz => class HangoutsChat extends Franz {
5}; 2};