Make linter happy

This commit is contained in:
Benedikt Kulmann
2022-01-23 20:49:53 +01:00
parent bf90eb719e
commit 0d207a9fcf

View File

@@ -33,7 +33,7 @@ const mutations = {
},
SET_BUNDLES (state, bundles) {
state.bundles = keyBy(bundles, 'id')
},
}
}
const actions = {