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 f6c415b commit f67af4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export class IntegrationEvent<T = string> extends DataTransferObject implements
/** 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 f67af4c

Please sign in to comment.