We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 375033f commit 896f06dCopy full SHA for 896f06d
lib/core/src/common/IdentifiedDomainObject.ts
@@ -5,6 +5,4 @@ import Identity from './Identity';
5
*/
6
export default abstract class IdentifiedDomainObject<Id extends Identity> {
7
public abstract id: Id;
8
-
9
- public static null: Identity;
10
}
lib/core/src/domain_events/DomainEventClassMap.ts
lib/core/src/domain_events/index.ts
@@ -1,5 +1,4 @@
1
export { default as DomainEvent } from './DomainEvent';
2
-export { default as DomainEventClassMap } from './DomainEventClassMap';
3
export { default as DomainEventMap } from './DomainEventMap';
4
export { default as DomainEventPublisher } from './DomainEventPublisher';
export { default as EventSink } from './EventSink';
0 commit comments