From 9a93be2752ec81ed1f634adbb63aef2d1c5272de Mon Sep 17 00:00:00 2001 From: Vijay A Date: Wed, 19 May 2021 11:28:09 +0530 Subject: Applied linter fixes. --- app/Controllers/Http/StaticController.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'app/Controllers/Http/StaticController.js') diff --git a/app/Controllers/Http/StaticController.js b/app/Controllers/Http/StaticController.js index d1a1179..114e369 100644 --- a/app/Controllers/Http/StaticController.js +++ b/app/Controllers/Http/StaticController.js @@ -34,7 +34,6 @@ class StaticController { defaultTrialPlan: 'franz-pro-yearly', subscribeURL: 'https://getferdi.com', planSelectionURL: 'https://getferdi.com', - isMagicBarEnabled: true, hasInlineCheckout: true, isPlanSelectionEnabled: false, isTrialStatusBarEnabled: false, @@ -101,9 +100,11 @@ class StaticController { }) { return response.send( fs - .readJsonSync(path.join( - Helpers.appRoot(), "officialrecipes", "recipes", "all.json")) - .filter((recipe) => recipe.featured)); + .readJsonSync(path.join( + Helpers.appRoot(), 'officialrecipes', 'recipes', 'all.json', + )) + .filter((recipe) => recipe.featured), + ); } // Show announcements -- cgit v1.2.3-70-g09d2