Merge branch 'development' into development-perf-1 #21
Annotations
7 errors
build:
src/utils/helpers.ts#L1
Module '"../adapters/supabase"' has no exported member 'Level'.
|
build:
src/utils/private.ts#L9
Import declaration conflicts with local declaration of 'WideConfig'.
|
build:
src/utils/private.ts#L9
Import declaration conflicts with local declaration of 'WideOrgConfig'.
|
build:
src/utils/private.ts#L9
Import declaration conflicts with local declaration of 'WideRepoConfig'.
|
build:
src/utils/private.ts#L92
Subsequent property declarations must have the same type. Property 'parsedDefault' must be of type '{ "private-key-encrypted"?: string | undefined; incentives: { comment: { elements: Record<string, number>; totals: { word: number; }; }; }; "evm-network-id": number; "price-multiplier": number; ... 13 more ...; "stale-bounty-time": string; }', but here has type '{ incentives?: { comment: { elements: Record<string, number>; totals: { word: number; }; }; } | undefined; "evm-network-id"?: number | undefined; "price-multiplier"?: number | undefined; ... 13 more ...; "issue-creator-multiplier": number; }'.
|
build:
src/utils/private.ts#L207
Element implicitly has an 'any' type because expression of type '"bounty-rewards-cap"' can't be used to index type '{ "private-key-encrypted"?: string | undefined; incentives: { comment: { elements: Record<string, number>; totals: { word: number; }; }; }; "evm-network-id": number; "price-multiplier": number; ... 13 more ...; "stale-bounty-time": string; }'.
|
build
Process completed with exit code 2.
|