syntax fixed set_endpoint

This commit is contained in:
king
2026-02-01 23:35:42 +01:00
parent 4109524e4d
commit fb38f17e48

View File

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