Removed whitespaces

pull/253/head
nicolas 2021-06-10 01:19:46 +02:00
parent abae62f30e
commit 01da470664
1 changed files with 0 additions and 5 deletions

View File

@ -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);