Skip to content

Commit

Permalink
fix(integration): fixed aggregate version
Browse files Browse the repository at this point in the history
  • Loading branch information
JBBianchi committed Dec 18, 2023
1 parent aa3a2ce commit f6c415b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export interface IIntegrationEvent<T = string> {
/** The id of the aggregate, if any, that has produced the event */
aggregateId: T;
/** The version of the event's source aggregate, if any, at the time it produced the event */
aggregateVersion: string;
aggregateVersion: number;
/** The type of the originating intergration event */
type: string;
}

0 comments on commit f6c415b

Please sign in to comment.