You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello.
In ./src/core/domain/AggregateRoot.ts there's no constructor present.
However, in ./src/modules/users/domain/user.ts, class User (which extends AggregateRoot), has a super(props, id) call in its constructor.
Where's AggregateRoot's constructor?
Thanks.
The text was updated successfully, but these errors were encountered:
Hello.
In
./src/core/domain/AggregateRoot.ts
there's no constructor present.However, in
./src/modules/users/domain/user.ts
, classUser
(which extendsAggregateRoot
), has asuper(props, id)
call in its constructor.Where's
AggregateRoot
's constructor?Thanks.
The text was updated successfully, but these errors were encountered: