Fix type
This commit is contained in:
parent
034958a8b7
commit
e2682ba1a1
@ -20,7 +20,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
async mounted() {
|
async mounted() {
|
||||||
await getEndpoint('api/discover/' + encodeURIComponent(this.$route.params.game))
|
await getEndpoint('api/discover/' + encodeURIComponent(this.$route.params.game.toString()))
|
||||||
.catch(() => {
|
.catch(() => {
|
||||||
this.status = 'error'
|
this.status = 'error'
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user