Add async keyword
This commit is contained in:
parent
09905cde64
commit
cb9276a6b0
1 changed files with 1 additions and 1 deletions
|
@ -486,7 +486,7 @@ const actions = {
|
|||
context.dispatch('updateTask', task)
|
||||
},
|
||||
|
||||
toggleStarred(context, task) {
|
||||
async toggleStarred(context, task) {
|
||||
context.commit('toggleStarred', task)
|
||||
context.dispatch('updateTask', task)
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue