mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-22 18:57:23 +02:00
Fixed remaning linting issues
This commit is contained in:
parent
a13df41bae
commit
b7765013ca
33 changed files with 140 additions and 1495 deletions
|
@ -160,9 +160,9 @@ async function main() {
|
|||
|
||||
await Promise.all(
|
||||
[freeUser, proUser, proUserLegacy].map(async (user) => {
|
||||
Array.from({ length: 20 }).forEach(async () => {
|
||||
for (let i = 0; i < 20; i++) {
|
||||
await createPollForUser(user.id);
|
||||
});
|
||||
}
|
||||
console.info(`✓ Added ${user.email}`);
|
||||
}),
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue