Adapting mattermost to the new way of calling HTTP

上级 140cb0c0
......@@ -83,7 +83,7 @@ module Mattermost
def delete(path, options = {})
handle_exceptions do
self.class.delete(path, options.merge(headers: @headers))
Gitlab::HTTP.delete(path, options.merge(headers: @headers))
end
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册