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

feat(core): Use convertAsyncToDto instead of convertToDto #1517

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

luca-nardelli
Copy link

Hey! I've noticed an inconsistency between the getById and findById methods of the assembler query service. More specifically, one used convertToDTO and the other used convertAsyncToDTO. I hit this weirdness today since I had a custom assembler where I only defined the async version, and I was wondering why it wasn't working.

The change should be non breaking since the default convertAsyncToDTO calls convertToDTO internally.

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.

None yet

1 participant