]> source.dussan.org Git - gitea.git/commit
Fix successful return value for `SyncAndGetUserSpecificDiff` (#27152) v1.21.0-rc0
authordelvh <dev.lh@web.de>
Wed, 20 Sep 2023 20:28:17 +0000 (22:28 +0200)
committerGitHub <noreply@github.com>
Wed, 20 Sep 2023 20:28:17 +0000 (22:28 +0200)
commit707c69f399d311aaa11ca62a27293244e85cb043
tree454ff0257db1fbb9c62aa1b716d5158105711c75
parent9336286e353370d76d9804043ee6af8f2fe35e00
Fix successful return value for `SyncAndGetUserSpecificDiff` (#27152)

A function should not return an error when it is successful.
Otherwise, things like https://discord.com/channels/322538954119184384/322538954119184384/1153705341620600833 happen…
services/gitdiff/gitdiff.go