We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
archive-server/src/ShardFunctions.ts
Line 161 in 30ef2fa
The third "if" statement seems like it will redo all the calculations in the first two.
(Also, could there be a case where there's a split range and we somehow wind up with "start < end" and we don't catch that? What would happen?)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
archive-server/src/ShardFunctions.ts
Line 161 in 30ef2fa
The third "if" statement seems like it will redo all the calculations in the first two.
(Also, could there be a case where there's a split range and we somehow wind up with "start < end" and we don't catch that? What would happen?)
The text was updated successfully, but these errors were encountered: