1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-12-12 11:38:00 -05:00

Update routers/web/repo/issue.go

Typo
This commit is contained in:
FermeLeLundi 2024-11-28 10:23:45 +00:00
parent f0de20e747
commit 99de40b73e

View file

@ -3778,7 +3778,7 @@ func combineRequestReviewComments(issue *issues_model.Issue) {
}
}
// Propoagate creation time.
// Propagate creation time.
prev.CreatedUnix = cur.CreatedUnix
// Remove the current comment since it has been combined to prev comment