Skip to content

Commit 8433ddb

Browse files
committed
up
1 parent 4b92efa commit 8433ddb

File tree

1 file changed

+1
-1
lines changed
  • plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/clients

1 file changed

+1
-1
lines changed

plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/clients/AmazonQStreamingClient.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class AmazonQStreamingClient(private val project: Project) {
6161
it.exportId(exportId)
6262
it.exportIntent(exportIntent)
6363
it.exportContext(exportContext)
64-
it.profileArn(QRegionProfileManager.getInstance().getProfileArn(project))
64+
it.profileArn(QRegionProfileManager.getInstance().activeProfile(project)?.arn)
6565
},
6666
ExportResultArchiveResponseHandler.builder().subscriber(
6767
ExportResultArchiveResponseHandler.Visitor.builder()

0 commit comments

Comments
 (0)