Skip to content

Commit

Permalink
FS-492 fixing issue with access token (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
aksharesh-symbl authored Sep 3, 2024
1 parent 61f242e commit 78ae8a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@symblai/symbl-js",
"version": "1.4.9",
"version": "1.4.10",
"description": "Javascript SDK for Symbl.ai's Language Insights API Platform",
"main": "build/app.bundle.js",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/websocket/WebSocket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export default class WebSocket {
const urlSourceToken = `${this.url}?source=${source}`;
this.webSocket = new W3CWebSocket(
urlSourceToken,
null,
this.accessToken,
null,
{
"X-API-KEY": this.accessToken
Expand Down

0 comments on commit 78ae8a9

Please sign in to comment.