Skip to content

Commit 8d3f137

Browse files
committed
merge issue
1 parent 4ca1e2a commit 8d3f137

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/webview/BrowserConnector.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ class BrowserConnector(
598598
}
599599
}
600600

601-
private fun updateQuickActionsInBrowser(browser: Browser) {
601+
private suspend fun updateQuickActionsInBrowser(browser: Browser) {
602602
val isFeatureDevAvailable = isFeatureDevAvailable(project)
603603
val isCodeTransformAvailable = isCodeTransformAvailable(project)
604604
val isDocAvailable = isDocAvailable(project)

0 commit comments

Comments
 (0)