Skip to content

Commit 3ba0b9b

Browse files
author
Juan Alejandro Marin Ruiz
committed
fix:change error message
1 parent 08c18fa commit 3ba0b9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Contexts/Shared/domain/criteria/OrderType.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export class OrderType extends EnumValueObject<OrderTypes> {
1919
}
2020
}
2121

22-
throw new InvalidArgumentError(`The filter operator ${value} is invalid`);
22+
throw new InvalidArgumentError(`The order type ${value} is invalid`);
2323
}
2424

2525
public isNone(): boolean {

0 commit comments

Comments
 (0)