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:
parent
f0de20e747
commit
99de40b73e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue