fix script error

pull/1680/head
FonduemangVI 7 months ago
parent 59a71d2cc5
commit eae3cbf1c9

@ -39,7 +39,7 @@ function fetchPage() {
contributors += indentString(userHtml, ' ');
if ((index + 1) % 6 === 0 || index === response.data.length - 1) {
if ((index + 1) % 5 === 0 || index === response.data.length - 1) {
contributors += '\n</tr>\n';
}

Loading…
Cancel
Save