The promise created [here](https://github.com/vuex-orm/plugin-axios/blob/2ed5dcd21a5178d68acecad7bdf087dc4f829a72/src/actions/Create.js#L47) should be returned and awaited on after awaiting [here](https://github.com/vuex-orm/plugin-axios/blob/2ed5dcd21a5178d68acecad7bdf087dc4f829a72/src/actions/Create.js#L24) rather than calling `.then`. The current behavior causes a race condition when awaiting any action and then querying the store for the result.