8 lines
154 B
JavaScript

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