From 3af6e7e6572c7654882294920e0e27c36eef02d2 Mon Sep 17 00:00:00 2001 From: vantezzen Date: Sat, 7 Sep 2019 16:20:23 +0200 Subject: Fix lint --- src/features/spellchecker/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/features/spellchecker') diff --git a/src/features/spellchecker/index.js b/src/features/spellchecker/index.js index 1f425065f..8a685993f 100644 --- a/src/features/spellchecker/index.js +++ b/src/features/spellchecker/index.js @@ -8,7 +8,7 @@ export const config = observable({ isIncludedInCurrentPlan: DEFAULT_FEATURES_CONFIG.isSpellcheckerIncludedInCurrentPlan, }); -export default function init(stores) { +export default function init() { debug('Initializing `spellchecker` feature'); autorun(() => { -- cgit v1.2.3-54-g00ecf