mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-16 06:49:02 +08:00
db
This commit is contained in:
@@ -14,9 +14,6 @@ type apiResponse struct {
|
||||
}
|
||||
|
||||
func apiSuccess(data any) *apiResponse {
|
||||
log.ZDebug(context.Background(), "apiSuccess", "resp", &apiResponse{
|
||||
Data: data,
|
||||
})
|
||||
return &apiResponse{
|
||||
Data: data,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user