We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 976b073 commit 3ad70a4Copy full SHA for 3ad70a4
grails-app/controllers/io/xh/hoist/admin/cluster/WebSocketAdminController.groovy
@@ -21,7 +21,7 @@ class WebSocketAdminController extends BaseController {
21
}
22
static class AllChannels extends ClusterJsonRequest {
23
def doCall() {
24
- appContext.webSocketService.allChannels*.formatForJSON()
+ appContext.webSocketService.allChannels
25
26
27
0 commit comments