From b7127d0cc69747e1930a5997cbaf72c1de8415cc Mon Sep 17 00:00:00 2001 From: Bas950 Date: Mon, 6 Jan 2025 22:12:24 +0100 Subject: [PATCH] chore: encode type --- src/pages/store/presences/_presenceName.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/store/presences/_presenceName.vue b/src/pages/store/presences/_presenceName.vue index 940feb26..415e0ea0 100644 --- a/src/pages/store/presences/_presenceName.vue +++ b/src/pages/store/presences/_presenceName.vue @@ -431,7 +431,7 @@ type = "#"; } - return `https://github.com/PreMiD/Presences/tree/main/websites/${type}/${encodeURIComponent( + return `https://github.com/PreMiD/Presences/tree/main/websites/${encodeURIComponent(type)}/${encodeURIComponent( serviceName )}`; },