Closed brbrr closed 6 years ago
Small fix for a pagination bug. Before that, a small part of the issues was ignored (0-50):
Example: round( 945 / 100 ) === 9 which means 45 issues will not be synced in this case.
round( 945 / 100 ) === 9
Small fix for a pagination bug. Before that, a small part of the issues was ignored (0-50):
Example:
round( 945 / 100 ) === 9
which means 45 issues will not be synced in this case.