Skip to content

Commit

Permalink
Merge pull request #174 from devchat-ai/fix-get-ide-service-port
Browse files Browse the repository at this point in the history
Fix get ide service port
  • Loading branch information
pplam authored Jun 16, 2024
2 parents 942ebbf + 1cc1248 commit 70a81c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gui
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ class GetIDEServicePortRequestHandler(requestAction: String, metadata: JSONObjec
) {
override val actionName: String = DevChatActions.GET_IDE_SERVICE_PORT_RESPONSE
override fun action() {
send(payload= mapOf("port" to ideServerPort))
send(payload= mapOf("result" to ideServerPort))
}
}

0 comments on commit 70a81c7

Please sign in to comment.