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 {
|
||||
newTimeSlotsResponse = await baseMixin.methods.dispatchStoreAction(
|
||||
storeActions.GET_SHOP_TIME_SLOTS,
|
||||
storeActions.GET_SHOP_TIME_SLOTS,
|
||||
{
|
||||
startDate: startDate,
|
||||
endDate: endDate,
|
||||
|
|
@ -106,7 +106,7 @@ const getAvailableDates = async (startDate, endDate, appointmentType, providerNu
|
|||
false
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
const newShopTimeSlots = newTimeSlotsResponse.data;
|
||||
return convertApiResponse(newShopTimeSlots);
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue