Refactored info content fetching and saving to handle users object and utilize async/await.

This commit is contained in:
2024-09-11 05:16:56 +02:00
parent bba0f8f1d7
commit 6696438da0
6 changed files with 1306 additions and 70 deletions

8
.eslintrc Normal file
View File

@@ -0,0 +1,8 @@
{
"extends": "airbnb-base",
"rules": {
"no-console": 0,
"indent": ["error", 4],
"max-len": [2, {"code": 125, "tabWidth": 4, "ignoreUrls": true}]
}
}