Skip to content

Commit cc9b689

Browse files
committed
fix: remove duplicate export of isVpnOrProxy (SSRF fix added export to function declaration but kept old export statement)
1 parent 58a4b52 commit cc9b689

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

routes/auth.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -906,6 +906,6 @@ router.get('/export-data', authenticateToken, sensitiveLimiter, async (req, res)
906906
}
907907
});
908908

909-
export { isVpnOrProxy, getClientIp };
909+
export { getClientIp };
910910

911911
export default router;

0 commit comments

Comments
 (0)