aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/franz-custom-website/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/franz-custom-website/index.js')
-rw-r--r--recipes/franz-custom-website/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/franz-custom-website/index.js b/recipes/franz-custom-website/index.js
index db3da5e..c0f91cb 100644
--- a/recipes/franz-custom-website/index.js
+++ b/recipes/franz-custom-website/index.js
@@ -1,4 +1,4 @@
1module.exports = Franz => class CustomWebsite extends Franz { 1module.exports = Ferdi => class CustomWebsite extends Ferdi {
2 async validateUrl(url) { 2 async validateUrl(url) {
3 return true; 3 return true;
4 } 4 }