fix: refactor token usage and types

This commit is contained in:
Christel Westerberg
2024-05-23 08:21:01 +02:00
parent 9b295d0126
commit 215b0901c0
7 changed files with 11 additions and 16 deletions

View File

@@ -10,7 +10,7 @@ type CreateContextOptions = {
pathname: string
uid?: string | null
url: string
webToken: string | undefined
webToken?: string
}
/** Use this helper for: