fix: change wording on error
This commit is contained in:
@@ -25,7 +25,7 @@ export class ProductHistoryPriceService {
|
||||
throw new HttpException(
|
||||
{
|
||||
statusCode: HttpStatus.NOT_FOUND,
|
||||
error: 'Data not found',
|
||||
error: 'Price not found',
|
||||
},
|
||||
HttpStatus.NOT_FOUND,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user