Skip to content

Commit fe10a85

Browse files
committed
compile
1 parent 2e2ff62 commit fe10a85

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
@@ -350,7 +350,7 @@ class BrowserConnector(
350350

351351
GET_SERIALIZED_CHAT_REQUEST_METHOD -> {
352352
val response = serializer.deserializeChatMessages<GetSerializedChatResponse>(node)
353-
AmazonQLanguageClientImpl.completeSerializedChatResponse(
353+
ChatCommunicationManager.completeSerializedChatResponse(
354354
response.requestId,
355355
response.params.result.content
356356
)

0 commit comments

Comments
 (0)