|
|
@ -58,7 +58,7 @@ func (u *userDatabase) FindWithError(ctx context.Context, userIDs []string) (use
|
|
|
|
return
|
|
|
|
return
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if len(users) != len(userIDs) {
|
|
|
|
if len(users) != len(userIDs) {
|
|
|
|
err = errs.ErrRecordNotFound.Wrap()
|
|
|
|
err = errs.ErrRecordNotFound.Wrap("userID not found")
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return
|
|
|
|
return
|
|
|
|
}
|
|
|
|
}
|
|
|
|