0👍
✅
You need to store the result of the await into the result
variable:
const result = await $api.partners.partnersList()
commit(partnersMts.PARTNERS_LIST, result.data)
Source:stackexchange.com