From 5c452121598723e59a17cc170d6857af86a96ff3 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Mon, 19 Feb 2018 20:28:31 -0800 Subject: [PATCH] fix lint --- routes/_store/store.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/routes/_store/store.js b/routes/_store/store.js index ad65b42c..ea077666 100644 --- a/routes/_store/store.js +++ b/routes/_store/store.js @@ -42,10 +42,10 @@ export const store = new PinaforeStore({ mixins(PinaforeStore) computations(store) -export function initStore() { +export function initStore () { observers(store) } if (process.browser && process.env.NODE_ENV !== 'production') { window.store = store // for debugging -} \ No newline at end of file +}