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
In code we are accessing consecutiveDays in streakInfo, but we have no option for it in leetcode-query
consecutiveDays
streakInfo
that results in same response every time (functionality doesn't work as expected).
An issue has been made for creating streak where the result was:
I have now tried for the same user in issue
Rather it should look like: (for user's max streak for current year) https://leetcode.com/u/JB_Mugundh/
The text was updated successfully, but these errors were encountered:
@jinx-vi-0 Can you assign this bug to me
Sorry, something went wrong.
You don't need to show the max streak. It should be the current streak.
@jinx-vi-0 If this is fine, then I will make a pr for it
@jinx-vi-0 I have made a pr for this
nidhi2026
No branches or pull requests
What Happenend ?
In code we are accessing
consecutiveDays
instreakInfo
, but we have no option for it in leetcode-querythat results in same response every time (functionality doesn't work as expected).
An issue has been made for creating streak where the result was:
I have now tried for the same user in issue
Rather it should look like: (for user's max streak for current year)
https://leetcode.com/u/JB_Mugundh/
The text was updated successfully, but these errors were encountered: