Skip to content

Commit 896f06d

Browse files
committed
feat(core): removed static null from IdentifiedDomainObject class | removed DomainEventClassMap
DomainEventClassMap was unused
1 parent 375033f commit 896f06d

File tree

3 files changed

+0
-83
lines changed

3 files changed

+0
-83
lines changed

lib/core/src/common/IdentifiedDomainObject.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,4 @@ import Identity from './Identity';
55
*/
66
export default abstract class IdentifiedDomainObject<Id extends Identity> {
77
public abstract id: Id;
8-
9-
public static null: Identity;
108
}

lib/core/src/domain_events/DomainEventClassMap.ts

Lines changed: 0 additions & 80 deletions
This file was deleted.

lib/core/src/domain_events/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
export { default as DomainEvent } from './DomainEvent';
2-
export { default as DomainEventClassMap } from './DomainEventClassMap';
32
export { default as DomainEventMap } from './DomainEventMap';
43
export { default as DomainEventPublisher } from './DomainEventPublisher';
54
export { default as EventSink } from './EventSink';

0 commit comments

Comments
 (0)