-
Notifications
You must be signed in to change notification settings - Fork 582
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: cleanup unused uploadMiddleware #9587
Conversation
This PR contains the following changes:
|
@@ -17,7 +17,6 @@ import { | |||
import { rateLimitMiddleware } from "./middlewares/rateLimitMiddleware" | |||
import { simpleLoggerMiddleware } from "./middlewares/simpleLoggerMiddleware" | |||
import { timingMiddleware } from "./middlewares/timingMiddleware" | |||
import { uploadMiddleware } from "./middlewares/uploadMiddleware" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Q: Should we revert to using the default uploadMiddleware
from react-relay-network-modern/node8
as before we rolled out this here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ooops, you are right, on it!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice - LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for following up on this ! 🙌
This PR resolves ONYX-504
Description
Onyx is cleaning up code related to the TinEye reverse image search project. Mostly the code was already removed by @gkartalis here #8898, but there were some leftovers introduces in these PRs:
PR Checklist
To the reviewers 👀
Changelog updates
Changelog updates
Cross-platform user-facing changes
iOS user-facing changes
Android user-facing changes
Dev changes
Need help with something? Have a look at our docs, or get in touch with us.