Skip to content

Commit

Permalink
make viewer nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyok committed Dec 16, 2024
1 parent 3b83cce commit c4ddbcc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ type Context = {
}

type Params = QueryParams & {
hydrateCtx: HydrateCtx & { viewer: string }
hydrateCtx: HydrateCtx & { viewer: string | null }
headers: Record<string, string>
}

Expand Down

0 comments on commit c4ddbcc

Please sign in to comment.