feat : 서버 페치 실패시 빌드 막도록 수정 #34
ci.yml
on: pull_request
Lint & Type Check
55s
Build
1m 21s
Annotations
5 errors
|
Lint & Type Check
Process completed with exit code 2.
|
|
Lint & Type Check:
src/apis/mentor/legacy/patchConfirmMentoring.ts#L9
Property 'patchConfirmMentoring' does not exist on type '{ getMentorMyProfile: () => Promise<MentorCardPreview>; getMentoringList: (page: number, size?: number) => Promise<MentoringListResponse>; ... 10 more ...; getMatchedMentors: (params: { ...; }) => Promise<...>; }'.
|
|
Lint & Type Check:
src/apis/mentor/legacy/patchConfirmMentoring.ts#L3
Module '"../api"' has no exported member 'ConfirmMentoringResponse'.
|
|
Lint & Type Check:
src/apis/mentor/legacy/patchConfirmMentoring.ts#L3
Module '"../api"' has no exported member 'ConfirmMentoringRequest'.
|
|
Build
Process completed with exit code 1.
|