You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tracing back, this is because Wikidata.reconcile exits here, without returning anything.
The purpose of the if statement is to abort reconciliation if the item we're dealing with already has a QID, and we won't overwrite it. But when working on multiple items at once we still want to continue with all the other items.
The text was updated successfully, but these errors were encountered:
I found this issue while working on #137.
To reproduce:
I get
TypeError: qidMap is undefined
hereTracing back, this is because
Wikidata.reconcile
exits here, without returning anything.The purpose of the if statement is to abort reconciliation if the item we're dealing with already has a QID, and we won't overwrite it. But when working on multiple items at once we still want to continue with all the other items.
The text was updated successfully, but these errors were encountered: