Skip to content
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

Fix FileBrowser causing http 429, correct enum declaration implemented #1352

Merged
merged 1 commit into from
Nov 4, 2022

Conversation

ferrarirosso
Copy link

Q A
Bug fix? [ x]
Related issues? fixes #1350

What's in this Pull Request?

The condition checked for loading further items in the _loadNextDataRequest-Method is always true because TypeScript Enums with numeric values cannot be tested as implemented in the code.
Changed to String Enum so the code works

@AJIXuMuK
Copy link
Collaborator

AJIXuMuK commented Nov 4, 2022

Thank you @ferrarirosso for the fix!

@AJIXuMuK AJIXuMuK added this to the 3.12.0 milestone Nov 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants