tournament logo upload via api
This commit is contained in:
@@ -24,7 +24,7 @@ export function createTournamentsService(pb: PocketBase) {
|
||||
const result = await pb
|
||||
.collection("tournaments")
|
||||
.getFullList<Tournament>({
|
||||
fields: "id,name,start_time,end_time,logo_url,created",
|
||||
fields: "id,name,start_time,end_time,logo,created",
|
||||
sort: "-created",
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user