Pass token to getPublishedContentByUrl to ensure rate-limit settings are propagated (#244)

This commit is contained in:
Samy Pessé
2024-03-12 19:33:28 +00:00
committed by GitHub
parent 111ec45357
commit d326822b9d
-1
View File
@@ -194,7 +194,6 @@ export const getPublishedContentByUrl = cache(
visitorAuthToken,
},
{
secure: false,
signal: options.signal,
...noCacheFetchOptions,
},