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();