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