From 8edae1114fb8aee86b8cba862e2d233dc8a68383 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 31 Oct 2021 22:01:33 +0100 Subject: [PATCH] fix: lint --- src/store/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/index.js b/src/store/index.js index b0589f774..7bc938474 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -88,7 +88,7 @@ export const store = createStore({ }, vikunjaReady(state, ready) { state.vikunjaReady = ready - } + }, }, actions: { async [CURRENT_LIST]({state, commit}, currentList) {