diff --git a/app/api/calendar/route.ts b/app/api/calendar/route.ts index 511a7d8..e96741e 100644 --- a/app/api/calendar/route.ts +++ b/app/api/calendar/route.ts @@ -45,7 +45,7 @@ export async function GET(req: NextRequest) { customerName: booking.customerName, customerEmail: booking.customerEmail, locationName: booking.location.name, - photoboxName: booking.photobox?.name || 'Keine Box', + photoboxName: booking.photobox?.model || 'Keine Box', tourId: booking.tourId, eventType: booking.eventType, },