Skip to content

Commit 2d13758

Browse files
committed
Add error about missing SEAM_API_KEY
1 parent b6e5763 commit 2d13758

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib/seam/connect/auth.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ export const getAuthHeaders = (options: Options): Headers => {
6363
'clientSessionToken,',
6464
'publishableKey,',
6565
'consoleSessionToken',
66-
'or personalAccessToken',
66+
'or personalAccessToken.',
67+
'Attempted reading configuration from the environment, but the environment variable SEAM_API_KEY is not set.',
6768
].join(' '),
6869
)
6970
}

0 commit comments

Comments
 (0)