Merge branch 'standalone_develop' into pre_trustie_server

This commit is contained in:
2024-08-09 11:30:23 +08:00
7 changed files with 26 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ class Gitea::Repository::DeleteService < Gitea::ClientService
end
def call
delete(url, params)
delete(url, params, true)
end
private