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
all questions "likes" are 0, even tho when they're not this is a question in home directory where the bug appears this is the question in /question/
/question/
this is due to a bug in QPaper specifically line 122 in {utils.getLikes(question.likes)}
QPaper
122
{utils.getLikes(question.likes)}
update line 122 to {utils.getLikes(question)} instead.
{utils.getLikes(question)}
The text was updated successfully, but these errors were encountered:
Merge pull request #15 from thereaper90917/new_branch
d888696
Fix #14
Successfully merging a pull request may close this issue.
Description
all questions "likes" are 0, even tho when they're not
this is a question in home directory where the bug appears
this is the question in
/question/
The Problem
this is due to a bug in
QPaper
specifically line122
in{utils.getLikes(question.likes)}
How to fix it
update line
122
to{utils.getLikes(question)}
instead.The text was updated successfully, but these errors were encountered: