Skip to content

feat: [재고 상세 페이지] 예약 API #122

feat: [재고 상세 페이지] 예약 API

feat: [재고 상세 페이지] 예약 API #122

Triggered via pull request November 13, 2023 11:11
Status Failure
Total duration 57s
Artifacts

type-check.yml

on: pull_request
type test
45s
type test
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
type test: src/components/domains/products/ReservationButton.tsx#L26
Property 'reservationId' does not exist on type 'ReservationButtonProps'.
type test: src/components/domains/products/ReservationButton.tsx#L35
Cannot find name 'AxiosError'.
type test: src/pages/products/[id]/page.tsx#L136
Type '{ productId: number; ReservedStatus: ReservationStatus | undefined; reservationId: number; }' is not assignable to type 'IntrinsicAttributes & ReservationButtonProps'.
type test
Process completed with exit code 2.
type test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/