Skip to content

Allow listing user's projects when adding to an org #923

Allow listing user's projects when adding to an org

Allow listing user's projects when adding to an org #923

Triggered via pull request October 18, 2024 09:14
Status Success
Total duration 4m 6s
Artifacts

codeql.yml

on: pull_request
Matrix: analyze
Fit to window
Zoom out
Zoom in

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.