Skip to content

Commit 0073513

Browse files
committed
chore: remove extraneous inline comment
1 parent 5940ed2 commit 0073513

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

apps/sim/lib/core/security/input-validation.server.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,6 @@ export async function secureFetchWithPinnedIP(
362362
return
363363
}
364364

365-
// Parse headers immediately — they're available before any body data arrives
366365
const headersRecord: Record<string, string> = {}
367366
let setCookieArray: string[] = []
368367
for (const [key, value] of Object.entries(res.headers)) {

0 commit comments

Comments
 (0)