aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/hangoutschat/index.js
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-07-31 15:28:23 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-07-31 15:28:23 +0530
commit97697e3d069972844b2912a93022f4a4904a40d6 (patch)
tree53faff30fbac9d72042f593dfe1c547809f4f121 /recipes/hangoutschat/index.js
parentAllow any url in the custom-service to allow for sites like 'http://translate... (diff)
downloadferdium-recipes-97697e3d069972844b2912a93022f4a4904a40d6.tar.gz
ferdium-recipes-97697e3d069972844b2912a93022f4a4904a40d6.tar.zst
ferdium-recipes-97697e3d069972844b2912a93022f4a4904a40d6.zip
Fixed eslintrc as root for this folder; Reformatted all files.
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 };