Skip to content

Commit 5dc32a3

Browse files
committed
Fix typo
1 parent 7aaa2d6 commit 5dc32a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/web/repo/commit.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ func Diff(ctx *context.Context) {
305305
if ctx.IsSigned {
306306
err = activities_model.SetCommitReadBy(ctx, ctx.Repo.Repository.ID, ctx.Doer.ID, commitID)
307307
if err != nil {
308-
ctx.ServerError("SetReleaseReadBy", err)
308+
ctx.ServerError("SetCommitReadBy", err)
309309
return
310310
}
311311
}

0 commit comments

Comments
 (0)