Remove unused value

This commit is contained in:
dragongoose 2023-11-04 19:51:48 -04:00
parent d44e133e10
commit 961d3bfa67
No known key found for this signature in database
GPG key ID: 01397EEC371CDAA5

View file

@ -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) => {