Removed whitespaces
parent
abae62f30e
commit
01da470664
|
@ -104,11 +104,6 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
|
|||
bookingDeletes
|
||||
]);
|
||||
} else {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// Schedule event
|
||||
results = await async.mapLimit(currentUser.credentials, 5, async (credential) => {
|
||||
const response = await createEvent(credential, evt);
|
||||
|
|
Loading…
Reference in New Issue