Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuxivinc authored Jul 15, 2024
2 parents e00ab53 + af7918b commit 07cfbcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/zones.api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ export const getCurrentZone = async (url?: URL | string): Promise<DetailedGeoLoc
};

export const getServerZone = (urlHost?: URL): Promise<DetailedGeoLoc | undefined> => {
return getCurrentZone(urlHost); // Remove www.
return getCurrentZone(urlHost);
};

0 comments on commit 07cfbcb

Please sign in to comment.