feat(api/user): check and set major #54
Annotations
3 errors
build-lint
Argument of type '{ image: string; id: string; name: string; description: string; price: number; stock: number; categoryId: string; }' is not assignable to parameter of type '{ id: string; name: string; description: string | null; price: number; stock: number; image: string; approved: boolean; categoryId: string; }'.
|
build-lint
@vivat/expo#typecheck: command (/home/runner/work/vivat-marketplace/vivat-marketplace/apps/expo) pnpm run typecheck exited (1)
|
build-lint
Process completed with exit code 1.
|