Skip to content

Commit

Permalink
fix(dm): add workspaceId in common metadata to be returned to the cal…
Browse files Browse the repository at this point in the history
…lers (#2868)

Add workspaceId in common metadata to be returned to the callers
  • Loading branch information
abhimanyubabbar authored Dec 7, 2023
1 parent 7131791 commit b3437a3
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 @@ -65,6 +65,7 @@ export class UserTransformService {
sourceId: eventsToProcess[0]?.metadata?.sourceId,
destinationId: eventsToProcess[0]?.metadata.destinationId,
destinationType: eventsToProcess[0]?.metadata.destinationType,
workspaceId: eventsToProcess[0]?.metadata.workspaceId,
messageIds,
};

Expand Down

0 comments on commit b3437a3

Please sign in to comment.