Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Sadzurami committed Oct 16, 2024
1 parent 74fcf65 commit 80fc811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export async function readProxies(file: string): Promise<string[]> {
proxies.add(proxy);
}

return [...proxies];
return [...proxies.values()];
}

export async function saveSession(directory: string, session: Session) {
Expand Down

0 comments on commit 80fc811

Please sign in to comment.