fix: Ensure no API calls are made until we're certain the user has been created #272
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
pr-checks.yml
on: pull_request
Lint and build check
1m 47s
Verify environment variables are on dev and prod
44s
Annotations
5 errors
Lint and build check
@vessel/nextjs#typecheck: command (/home/runner/work/pager/pager/apps/nextjs) pnpm run typecheck exited (1)
|
Lint and build check
'const' declarations must be initialized.
|
Lint and build check
Variable 'UserLoader' implicitly has an 'any' type.
|
Lint and build check
Type '{ imageUrl: null; id: `v_user_${string}`; createdAt: Date; email: string; orgId: `v_org_${string}`; firstName: string | null; lastName: string | null; expoPushTokenSecretId: `v_secret_expoPushToken_${string}` | null; externalId: string; } | { ...; } | null | undefined' is not assignable to type '{ imageUrl: null; id: `v_user_${string}`; createdAt: Date; email: string; orgId: `v_org_${string}`; firstName: string | null; lastName: string | null; expoPushTokenSecretId: `v_secret_expoPushToken_${string}` | null; externalId: string; } | { ...; } | null'.
|
Lint and build check
Process completed with exit code 1.
|