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

hotfix(dynamic-query): dynamic 쿼리 제거 #217

Merged
merged 1 commit into from
Dec 12, 2023
Merged

Conversation

vimkim
Copy link
Collaborator

@vimkim vimkim commented Dec 12, 2023

image

위 에러를 해결했습니다..

다이내믹 쿼리는 안 쓰는 게 좋다는 교훈을 얻었습니다.
빠른 테스트를 위해 포문 돌렸습니다...

@vimkim vimkim merged commit 870c2ec into develop Dec 12, 2023
1 check passed
Copy link

@crongro crongro left a comment

Choose a reason for hiding this comment

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

지나가다~

for (const bojProblemId of bojProblemIds) {
const problem = await this.getProblemByBojProblemId(bojProblemId);
if (problem == null) {
throw new Error(`bojProblemId ${bojProblemId} not found`);
Copy link

Choose a reason for hiding this comment

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

이 오류는 어디서 잡아서 처리되나요?

Copy link

Choose a reason for hiding this comment

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

참고.
반복문 안에 await를 사용할때는 병렬인지, 직렬인지 잘 확인해보시면 좋죠.

@vimkim vimkim self-assigned this Jan 8, 2024
@vimkim vimkim deleted the hotfix/game-start branch February 5, 2024 10:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants