Skip to content

Commit

Permalink
Remove use of applicationEvents
Browse files Browse the repository at this point in the history
The application event endpoint no longer exists.

[changelog:removed]
  • Loading branch information
David Dooling committed Feb 11, 2021
1 parent 29e22db commit 845ea97
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/core/machine/configureSdm.ts
Expand Up @@ -174,9 +174,6 @@ function configureSdmToRunExactlyOneGoal(mergedConfig: SoftwareDeliveryMachineCo
new CacheCleanupAutomationEventListener(sdm));
mergedConfig.requestProcessorFactory =
(automations, cfg, listeners) => new GoalExecutionRequestProcessor(automations, cfg, listeners);

// Disable app events for forked clients
mergedConfig.applicationEvents.enabled = false;
}

/**
Expand Down

0 comments on commit 845ea97

Please sign in to comment.