Allow listing user's projects when adding to an org #923
Annotations
4 errors
frontend/src/routes/(authenticated)/org/[org_id]/+page.ts#L148
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of type any[] to a variable of type string[].
|
frontend/src/routes/(authenticated)/org/[org_id]/+page.ts#L148
[@typescript-eslint/no-unsafe-assignment] Unsafe spread of an `any` value in an array.
|
frontend/src/routes/(authenticated)/org/[org_id]/+page.ts#L148
[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.
|
frontend/src/routes/(authenticated)/org/[org_id]/+page.ts#L148
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .id on an `any` value.
|