게시글
질문&답변
2023.12.31
populate 문제(cats schema 오류) 해결법
도움이 되었습니다 👍👍👍
- 14
- 6
- 807
질문&답변
2023.12.26
스케마에서 리드온리로 버츄얼 작성할때 문의가있습니다.
https://mongoosejs.com/docs/tutorials/virtuals.html 감사합니다~
- 0
- 4
- 350
질문&답변
2023.06.04
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
- 762