Fix mistake

This commit is contained in:
root
2022-01-20 12:36:05 +05:30
parent 1197d09e4d
commit 4b7de0c850
+1 -1
View File
@@ -255,7 +255,7 @@ export default {
this.sponsors = await this.$store.dispatch('auth/makeRequest', {
path: '/sponsors/' + this.videoId,
params: {
category: JSON.stringify()
category: JSON.stringify(selectedSkip)
}
})
},