From fb38f17e48ff8e79ce5eee1df4b585b9d8200371 Mon Sep 17 00:00:00 2001 From: king Date: Sun, 1 Feb 2026 23:35:42 +0100 Subject: [PATCH] syntax fixed set_endpoint --- set_endpoint.uc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/set_endpoint.uc b/set_endpoint.uc index c2bd215..c99c047 100644 --- a/set_endpoint.uc +++ b/set_endpoint.uc @@ -124,7 +124,7 @@ function mullvad_parse() { // An array first containing the mullvad_endpoints and then a timestamp of the current time // Used to calculate if the endpoints are old -mullvad_endpoints = [mullvad_parse(),time()] +mullvad_endpoints = [mullvad_parse(),time()]; const mainPipeHandle = pipe();