Simplify comments

This commit is contained in:
Kalle
2026-09-02 21:02:01 +03:00
parent fe797e1891
commit 6a307ce59e
770 changed files with 4302 additions and 11417 deletions

View File

@@ -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) }));