-
Notifications
You must be signed in to change notification settings - Fork 44
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
Move entity to entity module #48
Conversation
junoyoon
commented
Mar 8, 2023
•
edited
Loading
edited
- Rename Entities with Entity postfix
- Move entities in api/collector into entity module to minimize the duplication
d4e9fce
to
77e3337
Compare
76facee
to
bb24def
Compare
bb24def
to
2f30481
Compare
수정했습니다. |
api 쪽이 문제 없는 지 모르겠군요. |
배포했습니다. 간단히 테스트해봤는데 별다른 이슈는 안보이더군요.. 그래도 하루정도 지켜보는건 어떨까요?? |
옙. |
2f30481
to
ed9fb34
Compare
val list = listOf<String>() | ||
list.iterator() |
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.
This is not being used, please delete it.
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.
Thx
ed9fb34
to
9b8ce99
Compare