[feat] Uperting profiles to Supabase for onboarding #30
lint.yml
on: pull_request
Run ESLint, Prettier, and TypeScript compiler
18s
Annotations
3 errors
Run ESLint, Prettier, and TypeScript compiler:
app/onboarding/plotstatus/page.tsx#L16
Argument of type '{ state: string; email: string; phone_num: string; user_type: string; }' is not assignable to parameter of type 'Profile'.
|
Run ESLint, Prettier, and TypeScript compiler:
app/onboarding/state/page.tsx#L16
Argument of type '{ state: string; email: string; phone_num: string; user_type: string; }' is not assignable to parameter of type 'Profile'.
|
Run ESLint, Prettier, and TypeScript compiler
Process completed with exit code 2.
|