Skip to content

Check for missing names in fetch_by_names_esi

Currently fetch_by_names_esi will only update from ESI if none of the requested names are already stored locally (or update=True).

This MR changes the behaviour to update from ESI if any of the requested names are not found locally. It could be split up so that it only fetches names that are not found locally, instead of all of them.

Merge request reports