Merge branch 'develop' into feature/MED-129

This commit is contained in:
Danel Kungla
2025-09-24 15:00:27 +03:00
622 changed files with 19603 additions and 10824 deletions

View File

@@ -27,7 +27,7 @@ export async function getAvailableAppointmentsForService(
key: string,
locationId: number | null,
startTime?: Date,
maxDays?: number
maxDays?: number,
) {
try {
const start = startTime ? { StartTime: startTime } : {};