Fixed build error

This commit is contained in:
Jose Selesan
2026-05-06 20:30:23 -03:00
parent 844dac206c
commit f104161bbd

View File

@@ -235,7 +235,7 @@ function mapBookingResponse(input: {
endTime: string;
customerName: string;
customerPhone: string;
status: 'CONFIRMED' | 'CANCELLED' | 'COMPLETED';
status: 'CONFIRMED' | 'CANCELLED' | 'COMPLETED' | 'NOSHOW';
court: {
id: string;
name: string;