From 0d207a9fcf2355bd3f663c5871161728ec754e0d Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Sun, 23 Jan 2022 20:49:53 +0100 Subject: [PATCH] Make linter happy --- settings/ui/store/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/ui/store/index.js b/settings/ui/store/index.js index 7aa1560f44..c1e293104d 100644 --- a/settings/ui/store/index.js +++ b/settings/ui/store/index.js @@ -33,7 +33,7 @@ const mutations = { }, SET_BUNDLES (state, bundles) { state.bundles = keyBy(bundles, 'id') - }, + } } const actions = {