Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
LWangllix committed Nov 3, 2024
1 parent 64bb8d3 commit ff6ce5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/integrations.landManagementPlanning.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ export default class IntegrationsLandManagementPlanningService extends moleculer
externalId: entry.externalId,
};

await this.createOrUpdateEvent(ctx, app, event, !!ctx.params.initial);
await this.createOrUpdateEvent(ctx, app, event, !!initial);
}

await this.cleanupInvalidEvents(ctx, app);
Expand Down

0 comments on commit ff6ce5a

Please sign in to comment.