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 563b5fa commit fc66c9fCopy full SHA for fc66c9f
README.md
@@ -140,7 +140,7 @@ const seam = SeamHttp.fromClientSessionToken('some-client-session-token')
140
141
The client session token may be updated using
142
143
-```
+```ts
144
const seam = SeamHttp.fromClientSessionToken('some-client-session-token')
145
146
await seam.updateClientSessionToken('some-new-client-session-token')
0 commit comments