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, 0 insertions, 2 deletions
diff --git a/recipes/franz-custom-website/index.js b/recipes/franz-custom-website/index.js
index d232644..db3da5e 100644
--- a/recipes/franz-custom-website/index.js
+++ b/recipes/franz-custom-website/index.js
@@ -1,5 +1,3 @@
1"use strict";
2
3module.exports = Franz => class CustomWebsite extends Franz { 1module.exports = Franz => class CustomWebsite extends Franz {
4 async validateUrl(url) { 2 async validateUrl(url) {
5 return true; 3 return true;