fix: typo

This commit is contained in:
Acid Chicken 2024-05-29 14:38:10 +09:00 committed by GitHub
parent 4270342550
commit 1fc606c86e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ export default class extends Endpoint<typeof meta, typeof paramDef> { // eslint-
id: this.idService.gen(),
expiresAt: ps.expiresAt ? new Date(ps.expiresAt) : null,
code: generateInviteCode(),
});
}));
}
const tickets = await Promise.all(ticketsPromises);