]> source.dussan.org Git - gitea.git/commit
Remove duplicate empty repo check in delete branch API (#32569)
authorKemal Zebari <60799661+kemzeb@users.noreply.github.com>
Wed, 20 Nov 2024 01:05:06 +0000 (17:05 -0800)
committerGitHub <noreply@github.com>
Wed, 20 Nov 2024 01:05:06 +0000 (01:05 +0000)
commit355889dbc2432554f0bcdb22f918488849f0016c
treef5d0ce920ea45d5a1fe9856d5f24572425e28bd5
parent69268ee19f7fc33f6d3ea3a3a7eb4a000e825863
Remove duplicate empty repo check in delete branch API (#32569)

Found while working on #32433.

This branch will never be executed because we have would have already
made the same check a couple lines above.
routers/api/v1/repo/branch.go