Skip to content

Commit 1a12800

Browse files
committed
remove unnecessary change
1 parent 3c9aa71 commit 1a12800

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

models/user/user.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,6 @@ func ValidateCommitWithEmail(ctx context.Context, c *git.Commit) *User {
10791079
if c.Author == nil {
10801080
return nil
10811081
}
1082-
10831082
u, err := GetUserByEmail(ctx, c.Author.Email)
10841083
if err != nil {
10851084
return nil

0 commit comments

Comments
 (0)