proto modify

This commit is contained in:
wangchuxiao
2023-03-03 18:55:51 +08:00
parent ebe689324b
commit 3a93f60555
8 changed files with 11 additions and 12 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import (
)
func (u *UserCheck) Access(ctx context.Context, ownerUserID string) (err error) {
_, err = u.GetUsersInfo(ctx, ownerUserID)
_, err = u.GetUserInfo(ctx, ownerUserID)
if err != nil {
return err
}