From 6d4ad44de30e93ecfeea6ac027d09ab074829820 Mon Sep 17 00:00:00 2001 From: Julia Johannesen Date: Sun, 27 Apr 2025 11:03:13 -0400 Subject: [PATCH] Fix: Pass `followRedirects` in two spots I missed --- src/index.ts | 1 + src/utils/got.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/src/index.ts b/src/index.ts index a8f544f..e273997 100644 --- a/src/index.ts +++ b/src/index.ts @@ -119,6 +119,7 @@ export const summaly = async (url: string, options?: SummalyOptions): Promise