From 80fc81107fccd7f8627673cabb00c6e699dc2548 Mon Sep 17 00:00:00 2001 From: Sadzurami Date: Wed, 16 Oct 2024 16:20:27 +0300 Subject: [PATCH] tweaks --- src/helpers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helpers.ts b/src/helpers.ts index a4c9ce0..1180070 100644 --- a/src/helpers.ts +++ b/src/helpers.ts @@ -119,7 +119,7 @@ export async function readProxies(file: string): Promise { proxies.add(proxy); } - return [...proxies]; + return [...proxies.values()]; } export async function saveSession(directory: string, session: Session) {