inflearn logo
Course

Course

Instructor

sora9z3099's Posts

sora9z3099 sora9z3099

@sora9z3099

Reviews Written
2
Average Rating
5.0

Posts 3

Q&A

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 ;

Likes
0
Comments
2
Viewcount
971