mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2024-12-22 13:22:58 -05:00
Remove unused value
This commit is contained in:
parent
d44e133e10
commit
961d3bfa67
1 changed files with 0 additions and 1 deletions
|
@ -55,7 +55,6 @@ export default {
|
|||
},
|
||||
async mounted() {
|
||||
const clipSlug = this.$route.params.slug
|
||||
const streamerName = this.$route.params.streamer
|
||||
|
||||
await getEndpoint(`api/clips/${clipSlug}`)
|
||||
.then((data) => {
|
||||
|
|
Loading…
Reference in a new issue