-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace deprecated UploadIO constant
Summary: This constant was deprecated in `multipart-post` v2.2.0 [1] but `faraday-multipart` v1.0.4 introduced a workaround to avoid the deprecated constant warning [2]. This commit switches out `UploadIO` references to use the `Faraday` namespaced one. [1]: socketry/multipart-post@cb18a32 [2]: lostisland/faraday-multipart@2127a0c X-link: facebook/facebook-ruby-business-sdk#204 Reviewed By: mengxuanzhangz Differential Revision: D52926662 Pulled By: stcheng fbshipit-source-id: b999d59c992b0351924bdfb10d33ab34de788c69
- Loading branch information
1 parent
3c210a3
commit a35eaab
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters