Fixing request options to allow_local_requests with DELETE verb
This commit is contained in:
parent
7509589b99
commit
4d0ec5b128
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ module Mattermost
|
|||
|
||||
def delete(path, options = {})
|
||||
handle_exceptions do
|
||||
Gitlab::HTTP.delete(path, options.merge(headers: @headers))
|
||||
Gitlab::HTTP.delete(path, build_options(options))
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue