CSR-1137 | Formatting
This commit is contained in:
parent
32a6b4d1bb
commit
db48ca9fd0
1 changed files with 2 additions and 2 deletions
|
|
@ -96,7 +96,7 @@ const getAvailableDates = async (startDate, endDate, appointmentType, providerNu
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
newTimeSlotsResponse = await baseMixin.methods.dispatchStoreAction(
|
newTimeSlotsResponse = await baseMixin.methods.dispatchStoreAction(
|
||||||
storeActions.GET_SHOP_TIME_SLOTS,
|
storeActions.GET_SHOP_TIME_SLOTS,
|
||||||
{
|
{
|
||||||
startDate: startDate,
|
startDate: startDate,
|
||||||
endDate: endDate,
|
endDate: endDate,
|
||||||
|
|
@ -106,7 +106,7 @@ const getAvailableDates = async (startDate, endDate, appointmentType, providerNu
|
||||||
false
|
false
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
const newShopTimeSlots = newTimeSlotsResponse.data;
|
const newShopTimeSlots = newTimeSlotsResponse.data;
|
||||||
return convertApiResponse(newShopTimeSlots);
|
return convertApiResponse(newShopTimeSlots);
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue