Skip to content

Commit

Permalink
Fix broken short socks name function
Browse files Browse the repository at this point in the history
  • Loading branch information
hensm committed Aug 16, 2022
1 parent bbb61e2 commit 143ef13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/mullvadApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export function getShortSocksName(socksName: string) {
if (socksName.endsWith(".socks5.relays.mullvad.net")) {
return socksName.slice(0, -26);
}
return socksName;
}

// am.i.mullvad
Expand Down

0 comments on commit 143ef13

Please sign in to comment.