|
@@ -26,5 +26,5 @@ func NewEmpowerUserIdsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *Em
|
|
func (l *EmpowerUserIdsLogic) EmpowerUserIds(in *pb.EmpowerUserIds) (*pb.EmpowerUserIds, error) {
|
|
func (l *EmpowerUserIdsLogic) EmpowerUserIds(in *pb.EmpowerUserIds) (*pb.EmpowerUserIds, error) {
|
|
// todo: add your logic here and delete this line
|
|
// todo: add your logic here and delete this line
|
|
|
|
|
|
- return service.EmpowerUserIds(in.id), nil
|
|
|
|
|
|
+ return service.EmpowerUserIds(in.Ids), nil
|
|
}
|
|
}
|