File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
packages/core/src/amazonqGumby Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ import { debounce } from 'lodash'
15
15
import { AuthUtil } from '../codewhisperer/util/authUtil'
16
16
import { showTransformationHub } from './commands'
17
17
import { transformByQState } from '../codewhisperer/models/model'
18
+ import { ChatSessionManager } from './chat/storages/chatSession'
18
19
19
20
export function init ( appContext : AmazonQAppInitContext ) {
20
21
const gumbyChatControllerEventEmitters : ChatControllerEventEmitters = {
@@ -55,7 +56,7 @@ export function init(appContext: AmazonQAppInitContext) {
55
56
let authenticatingSessionID = ''
56
57
57
58
if ( authenticated ) {
58
- const session = sessionStorage . getSession ( )
59
+ const session = ChatSessionManager . Instance . getSession ( )
59
60
60
61
if ( session . isTabOpen ( ) && session . isAuthenticating ) {
61
62
authenticatingSessionID = session . tabID !
You can’t perform that action at this time.
0 commit comments