Closed chr-schr closed 7 months ago
Every time npm run merge:datasets is run, all German names are fetched from the Wikidata API again. Fetching and merging should be two distinct steps.
npm run merge:datasets
Related to (but not fixed by) PR #799
Thx for creating this issue! Should we #799 merge first or will you refactor this code anyway (and directly create a PR on top of #799)
Issue
Every time
npm run merge:datasets
is run, all German names are fetched from the Wikidata API again. Fetching and merging should be two distinct steps.Related
Related to (but not fixed by) PR #799