This commit is contained in:
FonduemangVI
2024-05-03 12:12:04 +10:00
parent 7308c90f0b
commit 5850b946b6
2 changed files with 93 additions and 90 deletions

View File

@@ -15,6 +15,9 @@ function fetchPage() {
.then((response) => {
if (response.data.length === 0) {
// No more contributors, write the file
if (index % 5 !== 0) {
contributors += '</tr>\n'; // Close the row if it's not already closed
}
contributors += '</table>\n';
contributors = indentString(contributors, '');
@@ -55,4 +58,4 @@ function fetchPage() {
});
}
fetchPage();
fetchPage();