fix(admin): missing order id #122
ci.yml
on: push
Matrix: build / build
Matrix: lint / lint
Matrix: test / test
Matrix: type-check / check
Annotations
18 errors
lint / lint (18.x):
apps/api/src/admin/orders/admin.orders.controller.ts#L2
'Body' is defined but never used
|
lint / lint (18.x):
apps/api/src/admin/products/admin.products.controller.ts#L2
'Body' is defined but never used
|
lint / lint (18.x):
apps/api/src/admin/products/admin.products.controller.ts#L5
'Param' is defined but never used
|
lint / lint (18.x):
apps/api/src/admin/products/admin.products.controller.ts#L6
'Post' is defined but never used
|
lint / lint (18.x):
apps/api/src/admin/products/admin.products.controller.ts#L10
'Res' is defined but never used
|
lint / lint (18.x)
Process completed with exit code 1.
|
type-check / check (18.x)
web#type-check: command (/home/runner/work/rookie-store/rookie-store/apps/web) /home/runner/setup-pnpm/node_modules/.bin/pnpm run type-check exited (1)
|
type-check / check (18.x)
Cannot find module '@/src/__generated__' or its corresponding type declarations.
|
type-check / check (18.x)
Cannot find module '@/src/__generated__/graphql' or its corresponding type declarations.
|
type-check / check (18.x)
Cannot find module '@/src/__generated__/graphql' or its corresponding type declarations.
|
type-check / check (18.x)
Parameter 'i' implicitly has an 'any' type.
|
type-check / check (18.x)
Parameter 'p' implicitly has an 'any' type.
|
type-check / check (18.x)
Argument of type '{}' is not assignable to parameter of type 'Value'.
|
type-check / check (18.x)
Parameter 'p' implicitly has an 'any' type.
|
type-check / check (18.x)
Argument of type 'unknown' is not assignable to parameter of type 'Value'.
|
type-check / check (18.x)
Binding element 'key' implicitly has an 'any' type.
|
build / build (18.x)
web#build: command (/home/runner/work/rookie-store/rookie-store/apps/web) /home/runner/setup-pnpm/node_modules/.bin/pnpm run build exited (1)
|
build / build (18.x)
Process completed with exit code 1.
|