We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
So far same normalize method was used for both sources, but it appears there are cases where rules for each case should differ, e.g. for Date type
normalize
Date
Currently it was patched with: 852582a medikoo/dbjs-ext@3c3be9b
But separation of those concerns should probably be cleaner.
Related bug report: https://github.com/egovernment/eregistrations-guatemala/issues/580
The text was updated successfully, but these errors were encountered:
medikoo
No branches or pull requests
So far same
normalize
method was used for both sources, but it appears there are cases where rules for each case should differ, e.g. forDate
typeCurrently it was patched with:
852582a
medikoo/dbjs-ext@3c3be9b
But separation of those concerns should probably be cleaner.
Related bug report: https://github.com/egovernment/eregistrations-guatemala/issues/580
The text was updated successfully, but these errors were encountered: