fix conflict duplicates

This commit is contained in:
Danel Kungla
2025-09-24 18:45:29 +03:00
parent c7298d2b7e
commit 6c6e7a6847
8 changed files with 29 additions and 120 deletions

View File

@@ -45,6 +45,7 @@ export const BookingProvider: React.FC<{
const updateTimeSlots = async (serviceIds: number[]) => {
setIsLoadingTimeSlots(true);
try {
console.log('serviceIds', serviceIds, selectedLocationId);
const response = await getAvailableTimeSlotsForDisplay(
serviceIds,
selectedLocationId,