We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb84593 commit 157b273Copy full SHA for 157b273
1 file changed
lib/puppet_x/encore/patching/http_helper.rb
@@ -78,6 +78,5 @@ def post(url, body: nil, headers: @headers)
78
def delete(url, body: nil, headers: @headers)
79
execute('delete', url, body: body, headers: headers, redirect_limit: @redirect_limit)
80
end
81
-
82
83
0 commit comments