]> source.dussan.org Git - gitea.git/commit
Fix 500 error when `state` params is set when editing issue/PR by API (#31880)
authoryp05327 <576951401@qq.com>
Sun, 1 Sep 2024 18:08:27 +0000 (03:08 +0900)
committerGitHub <noreply@github.com>
Sun, 1 Sep 2024 18:08:27 +0000 (02:08 +0800)
commiteba6bfbe150d88a04e71521e2a0b4b804da159ff
tree20e38180f8ffc94a11eea2e1459861a3f138c68c
parent661a1e10f7abd3527d2abc027dec936022db9379
Fix 500 error when `state` params is set when editing issue/PR by API (#31880)

A quick fix for #31871
routers/api/v1/repo/issue.go
routers/api/v1/repo/pull.go
services/issue/status.go