fix: get online users

get online users fail
pull/3461/head
WangZhonghui 2 months ago committed by GitHub
parent 5e813ef079
commit 5afa9d1e79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -89,7 +89,9 @@ func (a *ApiCmd) runE() error {
&a.apiConfig.Notification,
a.apiConfig,
[]string{},
[]string{},
[]string{
a.apiConfig.Discovery.RpcService.MessageGateway,
},
api.Start,
)
}

Loading…
Cancel
Save