aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/stackoverflow-chat/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/stackoverflow-chat/index.js')
-rw-r--r--recipes/stackoverflow-chat/index.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/stackoverflow-chat/index.js b/recipes/stackoverflow-chat/index.js
index c6cfcdf..ea29aa3 100644
--- a/recipes/stackoverflow-chat/index.js
+++ b/recipes/stackoverflow-chat/index.js
@@ -1,2 +1 @@
1module.exports = Ferdi => class stackoverflowchat extends Ferdi { module.exports = Ferdi => class stackoverflowchat extends Ferdi {};
2};