Skip to content

Commit

Permalink
Re-add mystery code removal. I'm assuming it was eslint formatting wh…
Browse files Browse the repository at this point in the history
…ile I was fixing types
  • Loading branch information
nalanj committed Jan 13, 2025
1 parent 4db0b09 commit 5ecaa06
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/shared/lib/clients/orchestrator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,12 @@ export class Orchestrator {
throw res.error;
}

await logCtx.info('The webhook was successfully run', {
action: webhookName,
connection: connection.connection_id,
integration: connection.provider_config_key
});

await logCtx.success();

metrics.increment(metrics.Types.WEBHOOK_SUCCESS);
Expand Down

0 comments on commit 5ecaa06

Please sign in to comment.