feat: implement booking feature with service and time slot selection
This commit is contained in:
@@ -51,12 +51,12 @@ export async function getAvailableAppointmentsForService(
|
||||
: `No booking times present in appointment availability response, service id: ${serviceId}, start time: ${startTime}`;
|
||||
}
|
||||
|
||||
await logRequestResult(
|
||||
ExternalApi.ConnectedOnline,
|
||||
ConnectedOnlineMethodName.GetAvailabilities,
|
||||
RequestStatus.Fail,
|
||||
comment,
|
||||
);
|
||||
// await logRequestResult(
|
||||
// ExternalApi.ConnectedOnline,
|
||||
// ConnectedOnlineMethodName.GetAvailabilities,
|
||||
// RequestStatus.Fail,
|
||||
// comment,
|
||||
// );
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user