Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
SERVER PR
🐕 과제 구현 명세
🐥 이런 점이 새로웠어요 / 어려웠어요
와 4주차에서 신세계를 보았습니다 저는 데이터 테이블을 만져보는 것 자체가 처음이에요.. 예..심각하죠...
고수분들... 가여이 여기셔서 많이 많이 도와주십쇼.. 어린양이에요..
src/service/userService.tsline 9에서age부분에서 계속 에러가 나왔는데 (그래서 썬더로 PATCH 할때만 400 에러가..!) 별 문제 없이 돌아가던 지난주 코드랑 비교하거나.. 그 코드 그대로 붙여넣기 해봐도 그대로 에러가 나더라고요..! DB에서 제가 뭔가 잘못 설정한건가 싶기도 합니다...개체 리터럴은 알려진 속성만 지정할 수 있으며 '(Without<UserCreateInput, UserUncheckedCreateInput> & UserUncheckedCreateInput) | (Without<...> & UserCreateInput)' 형식에 'age'이(가) 없습니다.ts(2322)
index.d.ts(1567, 5): 필요한 형식은 여기에서 '{ select?: UserSelect | null | undefined; data: (Without<UserCreateInput, UserUncheckedCreateInput> & UserUncheckedCreateInput) | (Without<...> & UserCreateInput); }' 형식에 선언된 'data' 속성에서 가져옵니다.