Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
taranvohra committed May 6, 2024
1 parent 9af77dc commit 637cdc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middleware.ts
Expand Up @@ -681,7 +681,7 @@ async function lookupSpaceByAPI(
*/
function getLookupResultForVisitorAuth(
basePath: string,
visitorAuthToken: Exclude<ReturnType<typeof getVisitorAuthToken>, undefined>,
visitorAuthToken: string | VisitorAuthCookieValue,
): Partial<LookupResult> {
return {
// No caching for content served with visitor auth
Expand Down

0 comments on commit 637cdc6

Please sign in to comment.