Removed whitespaces
This commit is contained in:
parent
abae62f30e
commit
01da470664
1 changed files with 0 additions and 5 deletions
|
@ -104,11 +104,6 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
|
||||||
bookingDeletes
|
bookingDeletes
|
||||||
]);
|
]);
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Schedule event
|
// Schedule event
|
||||||
results = await async.mapLimit(currentUser.credentials, 5, async (credential) => {
|
results = await async.mapLimit(currentUser.credentials, 5, async (credential) => {
|
||||||
const response = await createEvent(credential, evt);
|
const response = await createEvent(credential, evt);
|
||||||
|
|
Loading…
Reference in a new issue