mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 12:36:57 +00:00
fixed addTournament procedure for default status
This commit is contained in:
@@ -31,6 +31,7 @@ export const addTournament = publicProcedure
|
||||
coordinates: tournament.coordinates as [number, number],
|
||||
entry_method: "manual",
|
||||
pending: true,
|
||||
status: 'scheduled'
|
||||
};
|
||||
|
||||
const result = await db.insertOne(tournamentData);
|
||||
|
||||
Reference in New Issue
Block a user