Skip to content

Commit 6b8180b

Browse files
committed
fix typecheck issue
1 parent aa5a8cd commit 6b8180b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/services/realtime/v1StreamsGlobal.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export function getRealtimeStreamInstance(
4343
) {
4444
return new S2RealtimeStreams({
4545
basin: env.REALTIME_STREAMS_S2_BASIN,
46-
accessToken: env.REALTIME_STREAMS_S2_ACCESS_TOKEN,
46+
accessToken: env.REALTIME_STREAMS_S2_ACCESS_TOKEN ?? "",
4747
endpoint: env.REALTIME_STREAMS_S2_ENDPOINT,
4848
skipAccessTokens: env.REALTIME_STREAMS_S2_SKIP_ACCESS_TOKENS === "true",
4949
streamPrefix: [

0 commit comments

Comments
 (0)