Skip to content

Commit

Permalink
Add Faraday::ParamPart alias back (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
iMacTia authored Jan 8, 2022
1 parent 3d309e0 commit d4e3c0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/faraday/multipart.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ module Multipart

# Aliases for Faraday v1, these are all deprecated and will be removed in v2 of this middleware
FilePart = Multipart::FilePart
ParamPart = Multipart::ParamPart
Parts = Multipart::Parts
CompositeReadIO = Multipart::CompositeReadIO
UploadIO = ::UploadIO
Expand Down

0 comments on commit d4e3c0a

Please sign in to comment.