Open Issues Need Help
View All on GitHub bug: condition never evaluates to true about 1 month ago
AI Summary: Fix a bug in the Aula interface's RestHelper.ts file where a condition incorrectly checks if the page count is greater than 100 instead of greater than or equal to 100. The fix involves updating the conditional statement to use the '>=' operator.
Complexity:
2/5
bug good first issue