This commit is contained in:
dragongoose 2023-09-16 11:33:25 -04:00
parent 034958a8b7
commit e2682ba1a1
No known key found for this signature in database
GPG Key ID: 01397EEC371CDAA5

View File

@ -20,7 +20,7 @@ export default {
}
},
async mounted() {
await getEndpoint('api/discover/' + encodeURIComponent(this.$route.params.game))
await getEndpoint('api/discover/' + encodeURIComponent(this.$route.params.game.toString()))
.catch(() => {
this.status = 'error'
})