Skip to content

feat: allow for price-per-advertiser #1536

feat: allow for price-per-advertiser

feat: allow for price-per-advertiser #1536

Triggered via push September 22, 2023 19:28
Status Failure
Total duration 1m 14s
Artifacts

sanity-check.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors
check: src/user/library/index.test.ts#L186
Type 'number' is not assignable to type 'string'.
check: src/user/library/index.test.ts#L196
Type 'number' is not assignable to type 'string'.
check: src/user/library/index.test.ts#L206
Type 'number' is not assignable to type 'string'.
check: src/user/library/index.test.ts#L257
Type 'number' is not assignable to type 'string'.
check: src/user/library/index.ts#L150
Type 'number' is not assignable to type 'string'.
check: src/validation/CampaignSchema.test.ts#L25
Property 'validateSync' does not exist on type '(prices: AdvertiserPriceFragment[]) => ObjectSchema<{ name: string; format: NonNullable<CampaignFormat.NewsDisplayAd | CampaignFormat.PushNotification | undefined>; ... 9 more ...; adSets: { ...; }[] | undefined; }, AnyObject, { ...; }, "">'.
check: src/validation/CampaignSchema.test.ts#L34
Property 'validateSync' does not exist on type '(prices: AdvertiserPriceFragment[]) => ObjectSchema<{ name: string; format: NonNullable<CampaignFormat.NewsDisplayAd | CampaignFormat.PushNotification | undefined>; ... 9 more ...; adSets: { ...; }[] | undefined; }, AnyObject, { ...; }, "">'.
check
Process completed with exit code 2.