fix: typos in comments (#36394)

This commit is contained in:
yy
2026-01-18 02:03:25 +09:00
committed by GitHub
parent 906ad802cf
commit 7a2aac406d
2 changed files with 2 additions and 2 deletions

View File

@@ -228,7 +228,7 @@ func AddAssigneeIfNotAssigned(ctx context.Context, issue *issues_model.Issue, do
return nil, err
}
if isAssigned {
// nothing to to
// nothing to do
return nil, nil
}