Open medikoo opened 8 years ago
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: https://github.com/medikoo/dbjs/commit/852582a7cc291636f3314ce708e13fc3c639b354 https://github.com/medikoo/dbjs-ext/commit/3c3be9b08d6196db30091a7cfd611dde4827779e
But separation of those concerns should probably be cleaner.
Related bug report: https://github.com/egovernment/eregistrations-guatemala/issues/580
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: https://github.com/medikoo/dbjs/commit/852582a7cc291636f3314ce708e13fc3c639b354 https://github.com/medikoo/dbjs-ext/commit/3c3be9b08d6196db30091a7cfd611dde4827779e
But separation of those concerns should probably be cleaner.
Related bug report: https://github.com/egovernment/eregistrations-guatemala/issues/580