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

이슈 8675 처리 #2811

Merged
merged 1 commit into from
Aug 28, 2024
Merged

이슈 8675 처리 #2811

merged 1 commit into from
Aug 28, 2024

Conversation

kimorkim
Copy link
Collaborator

fix #2565

@kimorkim kimorkim requested review from chanlee, leunge and Tnks2U August 27, 2024 11:50
@github-actions github-actions bot added the issue 내부 이슈 처리를 위한 PR label Aug 27, 2024
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ [eslint] <prefer-arrow-callback> reported by reviewdog 🐶
Unexpected function expression.

json._backupParams = this._backupParams.map(function (p) {
if (p instanceof Entry.Block) {
return p.toJSON();
} else {
return p;
}
});

@kimorkim kimorkim merged commit 29e90f3 into develop Aug 28, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue 내부 이슈 처리를 위한 PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

엔트리파이썬/블럭 코딩 함수 내 블럭 변환 문제
3 participants