website refactor
This commit is contained in:
@@ -29,7 +29,7 @@ export class DriverName implements ValueObject<DriverNameProps> {
|
||||
return new DriverName({ value: trimmed });
|
||||
}
|
||||
|
||||
equals(other: IValueObject<DriverNameProps>): boolean {
|
||||
equals(other: ValueObject<DriverNameProps>): boolean {
|
||||
if (!(other instanceof DriverName)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user