mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-12-13 11:42:23 -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
|
prev.CreatedUnix = cur.CreatedUnix
|
||||||
|
|
||||||
// Remove the current comment since it has been combined to prev comment
|
// Remove the current comment since it has been combined to prev comment
|
||||||
|
|
Loading…
Reference in a new issue