chore: todo

This commit is contained in:
karishmas6
2024-10-05 16:01:49 +05:30
parent 133fb958c6
commit 855f7fa288

View File

@@ -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'],