Skip to content

Commit cab4b14

Browse files
committed
refactor: move profileArn to StreamingClientServiceBase
1 parent 47d3c44 commit cab4b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/aws-lsp-codewhisperer/src/shared/streamingClientService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export type ChatCommandOutput = SendMessageCommandOutput | GenerateAssistantResp
3434
export abstract class StreamingClientServiceBase {
3535
protected readonly region
3636
protected readonly endpoint
37+
public profileArn?: string
3738

3839
inflightRequests: Set<AbortController> = new Set()
3940

@@ -69,7 +70,6 @@ export abstract class StreamingClientServiceBase {
6970

7071
export class StreamingClientServiceToken extends StreamingClientServiceBase {
7172
client: CodeWhispererStreaming
72-
public profileArn?: string
7373
constructor(
7474
credentialsProvider: CredentialsProvider,
7575
sdkInitializator: SDKInitializator,

0 commit comments

Comments
 (0)