Convert getCommunities to TRPC and add additional flags. #26086
Annotations
10 errors and 1 warning
|
|
|
|
|
|
Argument of type '{ community_id: string; created_at: Date; cancelled: false; name: string; contest_address: string; payout_structure: number[]; interval: number; decimals?: number | undefined; image_url?: string | undefined; funding_token_address?: string | undefined; prize_percentage?: number | undefined; ticker?: string | undefine...' is not assignable to parameter of type 'Optional<{ community_id: string; created_at: Date; decimals: number; name: string; contest_address: string; payout_structure: number[]; interval: number; ticker: string; image_url?: string | undefined; ... 5 more ...; contests?: { ...; }[] | undefined; }, NullishPropertiesOf<...>>'.
|
|
|
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading