Skip to content

Commit 7e6d912

Browse files
author
David Haley
committed
Initialize Middleware base class
1 parent bdc519f commit 7e6d912

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/restforce/middleware.rb

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ class Middleware < Faraday::Middleware
1313
autoload :Gzip, 'restforce/middleware/gzip'
1414

1515
def initialize(app, client, options)
16+
super(app)
1617
@app, @client, @options = app, client, options
1718
end
1819

0 commit comments

Comments
 (0)