-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
refactor(query-async-storage-persister): remove unnecessary export "AsyncThrottleOptions" #9040
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
refactor(query-async-storage-persister): remove unnecessary export "AsyncThrottleOptions" #9040
Conversation
View your CI Pipeline Execution ↗ for commit bda2404.
☁️ Nx Cloud last updated this comment at |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9040 +/- ##
==========================================
- Coverage 44.58% 43.85% -0.73%
==========================================
Files 203 3 -200
Lines 8106 57 -8049
Branches 1803 11 -1792
==========================================
- Hits 3614 25 -3589
+ Misses 4060 28 -4032
+ Partials 432 4 -428
🚀 New features to boost your workflow:
|
|
@TkDodo Since |
yeah, if you want to take a look at it, please do 🙏 |
AsyncThrottleOptions are only used within
asyncThrottle.ts
, so I decided that it would be better not to export them.