From 855f7fa2888b95010799e06ee6f30f455a3c6a51 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 5 Oct 2024 16:01:49 +0530 Subject: [PATCH] chore: todo --- server/src/routes/proxy.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/server/src/routes/proxy.ts b/server/src/routes/proxy.ts index 1446effc..28975478 100644 --- a/server/src/routes/proxy.ts +++ b/server/src/routes/proxy.ts @@ -53,6 +53,7 @@ router.post('/config', requireSignIn, async (req: AuthenticatedRequest, res: Res } }); +// TODO: Move this from here export const getDecryptedProxyConfig = async (userId: string) => { const user = await User.findByPk(userId, { attributes: ['proxy_url', 'proxy_username', 'proxy_password'],