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.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/rocketchat/index.js b/recipes/rocketchat/index.js
index 499053a..062b5ec 100644
--- a/recipes/rocketchat/index.js
+++ b/recipes/rocketchat/index.js
@@ -1,4 +1,4 @@
1module.exports = Franz => class RocketChat extends Franz { 1module.exports = Ferdi => class RocketChat extends Ferdi {
2 async validateUrl(url) { 2 async validateUrl(url) {
3 try { 3 try {
4 const resp = await window.fetch(url, { 4 const resp = await window.fetch(url, {