ui: add sessionId header for AssistManager.ts
This commit is contained in:
parent
39855651d5
commit
3cdfe76134
2 changed files with 4 additions and 1 deletions
|
|
@ -190,6 +190,9 @@ export default class AssistManager {
|
||||||
auth: {
|
auth: {
|
||||||
token: agentToken,
|
token: agentToken,
|
||||||
},
|
},
|
||||||
|
extraHeaders: {
|
||||||
|
sessionId: this.session.sessionId,
|
||||||
|
},
|
||||||
query: {
|
query: {
|
||||||
peerId: this.peerID,
|
peerId: this.peerID,
|
||||||
projectId,
|
projectId,
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
export const pkgVersion = "11.0.2";
|
export const pkgVersion = "11.0.2-beta.1";
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue