mirror of
https://gitee.com/gitea/gitea
synced 2026-01-01 13:16:36 +08:00
Fix: #22990 --- Before, the return value of the api is always false,regrardless of whether the entry of `sync_on_commit` is true or false. I have confirmed that the value of `sync_on_commit` dropped into the database is correct. So, I think it is enough to make some small changes.