chore: fix linting errors in tests and api routes

This commit is contained in:
2026-03-30 22:58:33 -07:00
parent 6f83080fca
commit b0aaffbecf
4 changed files with 9 additions and 8 deletions
@@ -13,7 +13,7 @@ const prisma = new PrismaClient();
test.describe('CSV Upload Player Deduplication', () => {
let testTournamentId: number;
let testPlayerIds: number[] = [];
const testPlayerIds: number[] = [];
test.beforeAll(async () => {
// Create a test tournament