Skip to content

Commit 7200572

Browse files
authored
Merge pull request #184 from icey-yu/fix-account
fix: system account check
2 parents 2cc6402 + 27334d5 commit 7200572

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

user/user.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,9 +260,9 @@ func (x *AddNotificationAccountReq) Check() error {
260260
if x.NickName == "" {
261261
return errors.New("nickName is empty")
262262
}
263-
if x.FaceURL == "" {
264-
return errors.New("faceURL is empty")
265-
}
263+
//if x.FaceURL == "" {
264+
// return errors.New("faceURL is empty")
265+
//}
266266
return nil
267267
}
268268

0 commit comments

Comments
 (0)