inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

구쟁님의 게시글

구쟁 구쟁

@sora9z3099

수강평 작성수
2
평균평점
5.0

게시글 3

질문&답변

auth.service.ts에서 오류가 납니다

저는 이렇게 하니 되네요 const user = await this.userRepository.findOne({ where: { username } }); export interface FindOneOptions { /** * Adds a comment with the supplied string in the generated query. This is * helpful for debugging purposes, such as finding a specific query in the * database server's logs, or for categorization using an APM product. */ comment?: string; /** * Specifies what columns should be retrieved. */ select?: FindOptionsSelect | FindOptionsSelectByString ; /** * Simple condition that should be applied to match entities. */ where?: FindOptionsWhere [] | FindOptionsWhere ;

좋아요수
0
댓글수
2
조회수
976