a
This commit is contained in:
@@ -324,6 +324,6 @@ func (c *EventController) UploadAudio() {
|
|||||||
func (c *EventController) GetUserStatistics() {
|
func (c *EventController) GetUserStatistics() {
|
||||||
c.callGetUserStatistics(func(params *tEventGetUserStatisticsParams) (retVal interface{}, errCode string, err error) {
|
c.callGetUserStatistics(func(params *tEventGetUserStatisticsParams) (retVal interface{}, errCode string, err error) {
|
||||||
retVal, err = event.GetUserStatistics(params.Ctx)
|
retVal, err = event.GetUserStatistics(params.Ctx)
|
||||||
return result, "", err
|
return retVal, "", err
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user