@@ -26,7 +26,7 @@ const getters = {
}
const actions = {
- getAllExhibitions({ commit }, sortType, params) j{
+ getAllExhibitions({ commit }, sortType, params) {
commit('CLEAR_EXHIBITIONS')
commit('EXHIBITIONS_LOADED', false)
return api.getByType('exhibition', sortType, exhibitions => {