Skip to content

Commit

Permalink
fix(user-transformation): pass tf id in common metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
akashrpo committed Jun 5, 2024
1 parent f9f3151 commit d2b0779
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/userTransform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export class UserTransformService {
destinationId: eventsToProcess[0]?.metadata.destinationId,
destinationType: eventsToProcess[0]?.metadata.destinationType,
workspaceId: eventsToProcess[0]?.metadata.workspaceId,
transformationId: eventsToProcess[0]?.metadata.transformationId,
messageIds,
};

Expand Down

0 comments on commit d2b0779

Please sign in to comment.