export default async function() { const { store } = this.context await this.callApi('/api/resetGame', { g: store.state.engine.user?.game, }) }