Remove unused value

This commit is contained in:
dragongoose
2023-11-04 19:51:48 -04:00
parent d44e133e10
commit 961d3bfa67

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