This commit is contained in:
Lunny Xiao 2025-07-02 22:27:45 -07:00
parent 7aaa2d6de4
commit 5dc32a396c
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A

View File

@ -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
}
}