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.js11
1 files changed, 6 insertions, 5 deletions
diff --git a/recipes/franz-custom-website/index.js b/recipes/franz-custom-website/index.js
index c0f91cb..6e4f228 100644
--- a/recipes/franz-custom-website/index.js
+++ b/recipes/franz-custom-website/index.js
@@ -1,5 +1,6 @@
1module.exports = Ferdi => class CustomWebsite extends Ferdi { 1module.exports = Ferdi =>
2 async validateUrl(url) { 2 class CustomWebsite extends Ferdi {
3 return true; 3 async validateUrl() {
4 } 4 return true;
5}; 5 }
6 };