0
Fork 0
mirror of https://codeberg.org/SafeTwitch/safetwitch.git synced 2024-12-22 05:12:57 -05:00
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'
})