mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-13 23:15:31 +00:00
Fix typo
This commit is contained in:
parent
7aaa2d6de4
commit
5dc32a396c
@ -305,7 +305,7 @@ func Diff(ctx *context.Context) {
|
||||
if ctx.IsSigned {
|
||||
err = activities_model.SetCommitReadBy(ctx, ctx.Repo.Repository.ID, ctx.Doer.ID, commitID)
|
||||
if err != nil {
|
||||
ctx.ServerError("SetReleaseReadBy", err)
|
||||
ctx.ServerError("SetCommitReadBy", err)
|
||||
return
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user