diff --git a/frontend/src/store/modules/file.js b/frontend/src/store/modules/file.js index 107a82d5..66b84651 100644 --- a/frontend/src/store/modules/file.js +++ b/frontend/src/store/modules/file.js @@ -42,8 +42,7 @@ const actions = { .then(response => { commit('SET_FILE_CONTENT', response.data.data) }) - }, - + } } export default {