mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-27 05:38:09 -05:00
Simplify comments
This commit is contained in:
@@ -11,8 +11,7 @@ import * as AdminRepository from "./AdminRepository.server";
|
||||
|
||||
const users = UserFactory.pool();
|
||||
|
||||
// the ban log records who banned by their Discord id, so the tests give the users
|
||||
// one they can name
|
||||
// the ban log records who banned by their Discord id
|
||||
const createUsers = (count: number) =>
|
||||
users.create(count, (index) => ({ discordId: String(index) }));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user