From 35fdd4bc1f55baa8bb8667cdf88ddaf12aed37ed Mon Sep 17 00:00:00 2001 From: Vahid Farid Date: Wed, 27 Mar 2024 16:21:27 +0330 Subject: [PATCH] Update config.ts --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index d6dfb40d..e338dff9 100644 --- a/src/config.ts +++ b/src/config.ts @@ -64,7 +64,7 @@ export function EncodeConfig(conf: Config): string { }?encryption=${ encodeURIComponent(conf.encryption || "none") }&type=${ - conf.type + conf.network }${ conf.path ? "&path=" + encodeURIComponent(conf.path) : "" }${