Skip to content

test direct drizzle #64

test direct drizzle

test direct drizzle #64

Triggered via pull request November 10, 2024 04:39
Status Failure
Total duration 1m 17s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

20 errors
typecheck
Property 'data' does not exist on type '{ name: string | null; id: bigint; createdAt: string; updatedAt: string; email: string; unlockToken: string | null; firstName: string | null; lastName: string | null; pronouns: string; jti: string; ... 5 more ...; timezone: string | null; }'.
typecheck
Property 'data' does not exist on type '{ name: string | null; id: bigint; createdAt: string; updatedAt: string; email: string; unlockToken: string | null; firstName: string | null; lastName: string | null; pronouns: string; jti: string; ... 5 more ...; timezone: string | null; }'.
typecheck
Property 'data' does not exist on type '{ name: string | null; id: bigint; createdAt: string; updatedAt: string; email: string; unlockToken: string | null; firstName: string | null; lastName: string | null; pronouns: string; ... 6 more ...; timezone: string | null; } | null | undefined'.
typecheck
Property 'data' does not exist on type '{ name: string | null; id: bigint; createdAt: string; updatedAt: string; email: string; unlockToken: string | null; firstName: string | null; lastName: string | null; pronouns: string; ... 6 more ...; timezone: string | null; } | null | undefined'.
typecheck
Type '{ name: string | null; id: bigint; createdAt: string; updatedAt: string; email: string; unlockToken: string | null; firstName: string | null; lastName: string | null; pronouns: string; ... 6 more ...; timezone: string | null; } | null | undefined' is not assignable to type '{ name: string | null; id: bigint; createdAt: string; updatedAt: string; email: string; unlockToken: string | null; firstName: string | null; lastName: string | null; pronouns: string; ... 6 more ...; timezone: string | null; } | undefined'.
typecheck
@battle-stadium/nextjs#typecheck: command (/home/runner/work/battle-stadium-nextjs-t3/battle-stadium-nextjs-t3/apps/nextjs) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
typecheck
Type '{ owner: { username: string; pronouns: string; image_url?: string | null | undefined; country?: string | null | undefined; id: number; }; description: string | null; logo_url: string | null; partner?: boolean | undefined; slug: string; id: number; name: string; }' is missing the following properties from type '{ name: string | null; description: string | null; hidden: boolean; id: bigint; createdAt: string; updatedAt: string; logoUrl: string | null; partner: boolean; slug: string | null; limitlessOrgId: number | null; ownerId: number | null; }': hidden, createdAt, updatedAt, logoUrl, and 2 more.
typecheck
Type '{ owner: { username: string; pronouns: string; image_url?: string | null | undefined; country?: string | null | undefined; id: number; }; description: string | null; logo_url: string | null; partner?: boolean | undefined; slug: string; id: number; name: string; }' is missing the following properties from type '{ name: string | null; description: string | null; hidden: boolean; id: bigint; createdAt: string; updatedAt: string; logoUrl: string | null; partner: boolean; slug: string | null; limitlessOrgId: number | null; ownerId: number | null; }': hidden, createdAt, updatedAt, logoUrl, and 2 more.
typecheck
Property 'data' does not exist on type '{ name: string | null; id: bigint; createdAt: string; updatedAt: string; email: string; unlockToken: string | null; firstName: string | null; lastName: string | null; pronouns: string; jti: string; ... 5 more ...; timezone: string | null; }'.
typecheck
Process completed with exit code 2.
lint
@battle-stadium/nextjs#lint: command (/home/runner/work/battle-stadium-nextjs-t3/battle-stadium-nextjs-t3/apps/nextjs) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint --cache --cache-location .cache/.eslintcache exited (1)
lint: apps/nextjs/src/app/(info)/docs/rails/page.tsx#L15
Unsafe assignment of an error typed value
lint: apps/nextjs/src/app/(info)/docs/rails/page.tsx#L17
Unsafe member access .admin on an `error` typed value
lint: apps/nextjs/src/app/dashboard/@profiles/page.tsx#L6
Unsafe assignment of an error typed value
lint: apps/nextjs/src/app/dashboard/@profiles/page.tsx#L12
Unsafe argument of type error typed assigned to a parameter of type `number`
lint: apps/nextjs/src/app/dashboard/@profiles/page.tsx#L12
Unsafe member access .id on an `error` typed value
lint: apps/nextjs/src/app/dashboard/@profiles/page.tsx#L16
Unsafe assignment of an error typed value
lint: apps/nextjs/src/app/players/[username]/page.tsx#L15
Unsafe assignment of an error typed value
lint: apps/nextjs/src/app/players/[username]/page.tsx#L15
Unsafe member access .username on an `error` typed value
lint: apps/nextjs/src/app/players/[username]/page.tsx#L26
Unsafe member access .username on an `error` typed value