knowyt/client/src/plugins/engine/collectQuotes.js
2021-10-01 16:40:07 +02:00

8 lines
158 B
JavaScript

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