mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2024-12-22 13:22:58 -05:00
Fix type
This commit is contained in:
parent
034958a8b7
commit
e2682ba1a1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue