It seems the UUID usage is wrong for the following services: const id = v4(v4());:
- src/users/services/users.service.ts
- src/cart/services/cart.service.ts
- src/order/services/order.service.ts
To reproduce, run the tsc --noEmit --skipLibCheck command in the project's root directory.
It seems the UUID usage is wrong for the following services:
const id = v4(v4());:To reproduce, run the
tsc --noEmit --skipLibCheckcommand in the project's root directory.