]> source.dussan.org Git - gitea.git/commit
Add missing return for when topic isn't found (#20351)
authorGusted <williamzijl7@hotmail.com>
Wed, 13 Jul 2022 17:39:19 +0000 (17:39 +0000)
committerGitHub <noreply@github.com>
Wed, 13 Jul 2022 17:39:19 +0000 (18:39 +0100)
commit07ec8288bff6295c7db5558846153a61625af80d
tree2ebd13f3ef66124b67073d31605876e9915b8450
parent9cd1f38f707e274c84471b20eeaf1b5fef39175c
Add missing return for when topic isn't found (#20351)

Add missing return to DeleteTopic API when the topic is not found.
routers/api/v1/repo/topic.go