From 4b7de0c850ef2515a1c95bac654db5833bb0366e Mon Sep 17 00:00:00 2001 From: root Date: Thu, 20 Jan 2022 12:36:05 +0530 Subject: [PATCH] Fix mistake --- src/routes/WatchVideo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/WatchVideo.vue b/src/routes/WatchVideo.vue index 5301d41..e2dd700 100644 --- a/src/routes/WatchVideo.vue +++ b/src/routes/WatchVideo.vue @@ -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) } }) },