fix issues

This commit is contained in:
2026-01-02 01:11:25 +01:00
parent 8693dde21e
commit 07985fb8f1
7 changed files with 29 additions and 12 deletions

View File

@@ -175,9 +175,17 @@ function buildTeamsList() {
{
id: DEMO.teamId,
name: 'Demo Team',
tag: 'DEMO',
description: 'Demo team for docker smoke tests',
ownerId: 'driver-admin',
createdAt: nowIso(),
memberCount: 2,
leagues: [DEMO.leagueId],
isRecruiting: true,
totalWins: 5,
totalRaces: 20,
rating: 2500,
logoUrl: `/media/teams/${DEMO.teamId}/logo`,
},
],
totalCount: 1,