Skip to content

Commit

Permalink
fix: review comment addressed
Browse files Browse the repository at this point in the history
  • Loading branch information
shrouti1507 committed Nov 18, 2024
1 parent cbec731 commit ba0b666
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/controllers/source.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export class SourceController {
logger.error(`[source transformation] ${err?.message || 'error in source transformation'}`, {
source,
version,
events,
});
const metaTO = integrationService.getTags();
const resp = SourcePostTransformationService.handleFailureEventsSource(err, metaTO);
Expand Down

0 comments on commit ba0b666

Please sign in to comment.