Skip to content

Commit d96da4a

Browse files
committed
fix options
1 parent 8ff7ee0 commit d96da4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/request.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ export default async function requestAndResultsFormatter(options: OpenGraphScrap
5252
options.url ?? '',
5353
{
5454
signal: AbortSignal.timeout((options.timeout ?? 10) * 1000),
55-
headers: { Origin: options.url ?? '', Accept: 'text/html', ...options.fetchOptions?.headers },
5655
...options.fetchOptions,
56+
headers: { Origin: options.url ?? '', Accept: 'text/html', ...options.fetchOptions?.headers },
5757
},
5858
);
5959

0 commit comments

Comments
 (0)