chore: fix linting errors in tests and api routes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user