mirror of
https://github.com/TRaSH-Guides/Guides.git
synced 2026-02-05 00:09:14 -06:00
fix script error
This commit is contained in:
2
.github/scripts/update-contributors.js
vendored
2
.github/scripts/update-contributors.js
vendored
@@ -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';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user