-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/#184 - 주식을 한글로 검색할 수 있다. #191
Conversation
# Conflicts: # packages/backend/src/stock/stock.controller.ts
# Conflicts: # packages/backend/src/stock/stock.controller.ts # packages/backend/src/stock/stock.service.spec.ts
# Conflicts: # packages/backend/src/chat/chat.service.ts
#190 먼저 머지한 후 머지해주세요 |
export interface ChatMessage { | ||
message: string; | ||
stockId: string; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
만약 외부에서도 사용한다면 다른 파일로 분리하는 게 좋을 거 같아요
@@ -10,9 +16,11 @@ export class Chat { | |||
id: number; | |||
|
|||
@ManyToOne(() => User, (user) => user.id) | |||
@JoinColumn({ name: 'user_id' }) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
아 이거 저도 추가해야하는 데.. 깜박했네요
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM ~~ 😀
close #99
✅ 작업 내용
😎 체크 사항