Merge pull request '修复admin删除组织报错问题' (#72) from KingChan/forgeplus:chenjing into standalone_develop

This commit is contained in:
KingChan
2023-06-19 11:30:38 +08:00

View File

@@ -6,9 +6,6 @@ class Admins::DeleteOrganizationService < Gitea::ClientService
end
def call
response = delete(url, params)
render_status(response)
Gitea::Organization::DeleteService.call(token,name)
end