updated
This commit is contained in:
@@ -52,6 +52,8 @@ export async function getShows(): Promise<Show[]> {
|
||||
concept: s.concept,
|
||||
running: s.running,
|
||||
logoUri: s.logoUrl ?? "",
|
||||
startDate: s.startDate,
|
||||
endDate: s.endDate,
|
||||
}));
|
||||
} catch (error) {
|
||||
console.error("Fetch error:", error);
|
||||
|
||||
Reference in New Issue
Block a user