mirror of
https://github.com/go-gitea/gitea
synced 2025-02-07 07:14:44 +00: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.