We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d77c09 commit 4592480Copy full SHA for 4592480
src/lib/seam/connect/auth.ts
@@ -30,7 +30,7 @@ import {
30
type Headers = Record<string, string>
31
32
export const getAuthHeaders = (options: Options): Headers => {
33
- if ('publishableKey' in options && options.publishableKey !== null) {
+ if ('publishableKey' in options && options.publishableKey != null) {
34
return getAuthHeadersForPublishableKey(options.publishableKey)
35
}
36
0 commit comments