2👍
✅
You prematurely closed the then
method. Get rid of one of the closing parenthesis like so:
.then(({data}) => {
context.commit(SET_PROJECTS, data.projects.results);
context.commit(FETCH_END)
})
Source:stackexchange.com