Skip to content

Commit

Permalink
flow
Browse files Browse the repository at this point in the history
  • Loading branch information
wsbrunson committed Dec 14, 2023
1 parent 74e3d14 commit 21d9c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/session.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export function getClientMetadataID(): ?string {
function getSDKStorage(): Storage {
return getStorage({
name: getNamespace(),
stickySessionId: getClientMetadataID(),
stickySessionId: getClientMetadataID() || "",
});
}

Expand Down

0 comments on commit 21d9c0e

Please sign in to comment.