Skip to content

Commit

Permalink
fixup! fix: lint fixes and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr committed Feb 28, 2024
1 parent 9ab5bb5 commit f4b5ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ export default new Vuex.Store({

async getAllContexts({ commit, state }) {
try {
const res = await axios.get(generateOcsUrl('/apps/tables/api/3/contexts'))
const res = await axios.get(generateOcsUrl('/apps/tables/api/2/contexts'))
commit('setContexts', res.data.ocs.data)
} catch (e) {
displayError(e, t('tables', 'Could not load contexts.'))
Expand Down

0 comments on commit f4b5ce1

Please sign in to comment.