fix: refactor token usage and types
This commit is contained in:
@@ -10,7 +10,7 @@ type CreateContextOptions = {
|
||||
pathname: string
|
||||
uid?: string | null
|
||||
url: string
|
||||
webToken: string | undefined
|
||||
webToken?: string
|
||||
}
|
||||
|
||||
/** Use this helper for:
|
||||
|
||||
Reference in New Issue
Block a user