Skip to content

Commit

Permalink
merge base
Browse files Browse the repository at this point in the history
  • Loading branch information
EDsCODE committed Dec 4, 2024
1 parent d4686fa commit 0ffb394
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ export const pipelineDestinationsLogic = kea<pipelineDestinationsLogicType>([
deleteNode: ({ destination }) => {
switch (destination.backend) {
case PipelineBackend.Plugin:
actions.deleteNodeWebhook(destination)
actions.deleteNodeWebhook(destination as WebhookDestination)
break
case PipelineBackend.BatchExport:
actions.deleteNodeBatchExport(destination)
Expand Down

0 comments on commit 0ffb394

Please sign in to comment.