refactor
This commit is contained in:
@@ -22,7 +22,7 @@ export class ImageUrl implements IValueObject<string> {
|
||||
}
|
||||
|
||||
equals(other: IValueObject<string>): boolean {
|
||||
return this.value === other.props;
|
||||
return this.props === other.props;
|
||||
}
|
||||
|
||||
get props(): string {
|
||||
|
||||
Reference in New Issue
Block a user