Skip to content

Commit 452828a

Browse files
splitt3rCalK16
authored andcommitted
Add missing continue statement
1 parent 5929b87 commit 452828a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/pull/pull.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ func NewPullRequest(ctx context.Context, repo *repo_model.Repository, issue *iss
127127
if err != nil {
128128
return err
129129
}
130+
continue
130131
}
131132

132133
reviewer, err := user_model.GetUserByID(ctx, reviewerID)

0 commit comments

Comments
 (0)