Skip to content

feat: seed categories and subcategories #163

feat: seed categories and subcategories

feat: seed categories and subcategories #163

Triggered via push March 9, 2024 13:02
Status Failure
Total duration 1m 19s
Artifacts

code-check.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 errors
Typecheck: src/app/(dashboard)/dashboard/stores/[storeId]/page.tsx#L10
Cannot find module '@/lib/fetchers/stripe' or its corresponding type declarations.
Typecheck: src/app/(dashboard)/dashboard/stores/[storeId]/page.tsx#L45
No overload matches this call.
Typecheck: src/app/(dashboard)/dashboard/stores/[storeId]/page.tsx#L160
Argument of type 'number' is not assignable to parameter of type 'string'.
Typecheck: src/app/(dashboard)/dashboard/stores/[storeId]/page.tsx#L194
Argument of type 'number' is not assignable to parameter of type 'string'.
Typecheck: src/app/(dashboard)/dashboard/stores/[storeId]/products/page.tsx#L167
Type 'Promise<{ data: { id: string; name: string; category: string | null; price: string; inventory: number; rating: number; createdAt: Date; }[]; pageCount: number; }>' is not assignable to type 'Promise<{ data: AwaitedProduct[]; pageCount: number; }>'.
Typecheck: src/app/(dashboard)/dashboard/stores/page.tsx#L9
Cannot find module '@/lib/fetchers/store' or its corresponding type declarations.
Typecheck: src/app/(dashboard)/dashboard/stores/page.tsx#L10
Cannot find module '@/lib/fetchers/stripe' or its corresponding type declarations.
Typecheck: src/app/(dashboard)/dashboard/stores/page.tsx#L94
Parameter 'store' implicitly has an 'any' type.
Typecheck: src/app/(experimental)/ai/_components/chat-message.tsx#L3
Cannot find module 'remark-gfm' or its corresponding type declarations.
Lint
Process completed with exit code 1.