Skip to content

update supabase js #486

update supabase js

update supabase js #486

Triggered via pull request January 3, 2024 09:58
Status Failure
Total duration 1m 11s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
ci: src/api/communityMemberships.ts#L61
Conversion of type '{ [x: number]: any; length: number; toString(): string; toLocaleString(): string; pop(): any; push(...items: any[]): number; concat(...items: ConcatArray<any>[]): any[]; concat(...items: any[]): any[]; ... 34 more ...; [Symbol.unscopables]: { ...; }; }[]' to type 'Community[]' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
ci: src/pages/Community/CommunityManage.vue#L48
Property 'id' does not exist on type 'never'.
ci: src/pages/Community/CommunityManage.vue#L49
Property 'id' does not exist on type 'never'.
ci: src/pages/Community/CommunityManage.vue#L51
Property 'name' does not exist on type 'never'.
ci: src/pages/Community/CommunityManage.vue#L54
Property 'id' does not exist on type 'never'.
ci: src/pages/Community/CommunityManage.vue#L57
Property 'name' does not exist on type 'never'.
ci: src/pages/Community/CommunityMembership.vue#L112
Type 'any[][]' is not assignable to type '{ id: number; name: string; priority_access_time: number; time_denomination: ACCESS_LEVEL_TIME_DENOMINATION; is_mandatory: boolean; community_id: string; apply_on_join: boolean; }[]'.
ci: src/pages/InvitePage.vue#L72
Property 'name' does not exist on type 'never'.
ci: src/pages/InvitePage.vue#L73
Property 'id' does not exist on type 'never'.
ci
Process completed with exit code 2.