various improvements, edit tournament, etc
This commit is contained in:
@@ -38,7 +38,7 @@ export function createTournamentsService(pb: PocketBase) {
|
||||
},
|
||||
async updateTournament(
|
||||
id: string,
|
||||
data: TournamentUpdateInput
|
||||
data: Partial<TournamentUpdateInput>
|
||||
): Promise<Tournament> {
|
||||
const result = await pb
|
||||
.collection("tournaments")
|
||||
|
||||
Reference in New Issue
Block a user