fix script error

This commit is contained in:
FonduemangVI
2024-04-16 10:53:43 +10:00
parent 59a71d2cc5
commit eae3cbf1c9

View File

@@ -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';
}