fix: get online users (#3461)

get online users fail
main
WangZhonghui 6 days ago committed by GitHub
parent de3c1ba630
commit 7aab6a8e16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save