-
Notifications
You must be signed in to change notification settings - Fork 3
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
[BugFix] 실시간 편집 API 연동 시 발생한 문제 해결 #106
Conversation
@@ -23,7 +23,7 @@ import { ContributorStatus } from '@/project/enum/contributor-status.enum'; | |||
import { TaskEventResponse } from '@/task/dto/task-event-response.dto'; | |||
import { UpdateInformation } from '@/task/domain/update-information.type'; | |||
|
|||
const { json0 } = ShareDB.types; | |||
const json0 = ShareDB.types.defaultType; |
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.
🟢
const { defaultType: json0 } = ShareDB.types;
와 같은 형식도 나쁘지 않은 것 같습니다. 클라이언트 ESLint 에 있는 규칙이에요!
} | ||
} | ||
|
||
private merge(change: TaskEvent, existing: Task) { | ||
const updateTitle = change.title; | ||
const existingTitle = existing.title; | ||
const { event } = change; | ||
console.log(change); |
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.
당장 지울게요
관련 이슈 번호
close #105
작업 내용
taskId
추가고민과 학습내용
스크린샷