Merge branch 'develop' into feature/MED-129
This commit is contained in:
@@ -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 } : {};
|
||||
|
||||
Reference in New Issue
Block a user