Skip to content

feat: [판매자 마이페이지] API type, 호출함수 작성 #138

feat: [판매자 마이페이지] API type, 호출함수 작성

feat: [판매자 마이페이지] API type, 호출함수 작성 #138

Triggered via pull request November 15, 2023 15:38
Status Failure
Total duration 44s
Artifacts

type-check.yml

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

Annotations

4 errors and 1 warning
type test: src/pages/products/[id]/page.tsx#L100
Property 'username' does not exist on type 'ProductSeller'.
type test: src/pages/products/[id]/page.tsx#L101
Property 'avatarUrl' does not exist on type 'ProductSeller'.
type test: src/pages/products/[id]/page.tsx#L108
Property 'username' does not exist on type 'ProductSeller'.
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/