#fix: thuanvv convert field customer review #27
Annotations
5 errors
build
Process completed with exit code 127.
|
build:
src/infrastructure/repositories/customer-reviews-repository.ts#L5
Type '() => Promise<{ id: number; review: string | null; score: string | null; media_url: string; order: number | null; status: number; created_at: Date | null; updated_at: Date | null; created_by: string | null; updated_by: string | null; }[]>' is not assignable to type '() => Promise<CustomerReviewEntity[]>'.
|
build:
tests/api/v1/posts/delete-by-id.test.ts#L22
Property 'posts' does not exist on type 'void'.
|
build:
tests/api/v1/posts/get-by-id.test.ts#L22
Property 'posts' does not exist on type 'void'.
|
build
Process completed with exit code 2.
|