Skip to content
Snippets Groups Projects
Commit 1d44f464 authored by git-directory-deploy's avatar git-directory-deploy
Browse files

publish: chore(release): 1.10.2

generated from commit 0b884f1f
parent 938cebb0
No related branches found
No related tags found
No related merge requests found
...@@ -1224,8 +1224,10 @@ const AggregatorUsageEvents = async ({ ...@@ -1224,8 +1224,10 @@ const AggregatorUsageEvents = async ({
calculateConnectedKonnectorPerDay(client); // Monthly events calculateConnectedKonnectorPerDay(client); // Monthly events
   
const profile = await new _profile.default(client).getProfile(); const profile = await new _profile.default(client).getProfile();
log('info', `BEFORE PROFILE CHECK`);
   
if (profile) { if (profile) {
log('info', `BEFORE PROFILE CHECK`);
await sendKonnectorAttemptsMonthly(client); await sendKonnectorAttemptsMonthly(client);
await calculateConsumptionVariation(client); await calculateConsumptionVariation(client);
await sendEmailSubscription(client); await sendEmailSubscription(client);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment