fix; HTTP/429 when requesting authors information, resolves #1570

This commit is contained in:
jfrazx 2023-10-05 13:48:55 -07:00
parent 565ff36d4e
commit 4e6b75d650
No known key found for this signature in database
GPG key ID: 7E72C3BCC0F85A7B
3 changed files with 111 additions and 38 deletions

View file

@ -34,6 +34,7 @@
"express": "^4.17.1",
"graceful-fs": "^4.2.10",
"htmlparser2": "^8.0.1",
"limiter": "^2.1.0",
"node-tone": "^1.0.1",
"nodemailer": "^6.9.2",
"sequelize": "^6.32.1",
@ -44,4 +45,4 @@
"devDependencies": {
"nodemon": "^2.0.20"
}
}
}