Skip to content

Do not fail if Legal_COO.json does not exist

Krishna Nikhil Vedurumudi requested to merge storage into master

The default Legal_COO.json uploaded in Azure is Malaysia which already exists in the DefaultCountryCode.json. Hence, the data-seeding step is essentially a no-op.

Added handling of 404 for Storage file READ operation such that in case, the file does not exist, the legal service does not fail.

Merge request reports