Skip to content
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

Bug/#377 - 그래프 데이터 버그 수정 #379

Merged
merged 3 commits into from
Dec 5, 2024
Merged

Bug/#377 - 그래프 데이터 버그 수정 #379

merged 3 commits into from
Dec 5, 2024

Conversation

xjfcnfw3
Copy link
Collaborator

@xjfcnfw3 xjfcnfw3 commented Dec 5, 2024

close #377

✅ 작업 내용

  • 캐싱된 데이터 구매량 누적 수정
  • 구매량과 주가 시간이 일치하지 않는 현상 수정
  • 일정 주기마다 채팅 좋아요 수 갱신

😎 체크 사항

  • label 설정 확인
  • 브랜치 방향 확인

@xjfcnfw3 xjfcnfw3 added 🐞 bugfix Something isn't working BE labels Dec 5, 2024
Copy link
Collaborator

@baegyeong baegyeong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다!


@ApiProperty({
description: '종가',
example: '123.45',
})
close: number;
close: string;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

굿굿

Copy link
Collaborator

@swkim12345 swkim12345 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다!

@xjfcnfw3 xjfcnfw3 merged commit 6b7514b into dev-be Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE 🐞 bugfix Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants