Skip to content

#fix: thuanvv convert field customer review #27

#fix: thuanvv convert field customer review

#fix: thuanvv convert field customer review #27

Triggered via push February 4, 2025 07:40
Status Failure
Total duration 33s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

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.