Fix slot wrapper (#13379)

This commit is contained in:
Syed Ali Shahbaz
2024-01-24 07:01:57 +00:00
committed by GitHub
parent 30ba168fc3
commit 00a2a3d8a8
+1 -1
View File
@@ -38,7 +38,7 @@ async function handler(req: NextApiRequest, res: NextApiResponse) {
},
{}
)
: availableSlots;
: availableSlots.slots;
return { slots: slotsInProvidedTimeZone };
// eslint-disable-next-line @typescript-eslint/no-explicit-any