This commit is contained in:
2025-12-17 01:23:09 +01:00
parent f01e01e50c
commit 4d890863d3
73 changed files with 2632 additions and 3224 deletions

View File

@@ -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 {