feat: adjust invoice discount percentage #443
Annotations
6 errors
ci:
src/lib/transformers/book.test.ts#L55
Type '{ authors: string; formatId: number; genreId: number; imageUrl: string; isbn13: string; priceInCents: string; publishedDate: string; publisher: string; quantity: string; title: string; }' is not assignable to type 'BookFormInput'.
|
ci:
src/lib/transformers/book.ts#L16
Type '{ authors: string; formatId: number; genreId: number; imageUrl: string | null; isbn13: string; priceInCents: string; publishedDate: string; publisher: string; quantity: string; title: string; }' is not assignable to type 'BookFormInput'.
|
ci:
tests/invoices.spec.ts#L223
Type '{ authors: string; format: string; genre: string; isbn13: string; price: string; publishedDate: string; publisher: string; quantity: string; title: string; }' is not assignable to type 'BookFormInputStrings'.
|
ci:
tests/invoices.spec.ts#L239
Type '{ authors: string; format: string; genre: string; isbn13: string; price: string; publishedDate: string; publisher: string; quantity: string; title: string; }' is not assignable to type 'BookFormInputStrings'.
|
ci
Process completed with exit code 2.
|
build
Process completed with exit code 1.
|