mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-07 03:41:33 +00:00
lint
This commit is contained in:
@@ -147,7 +147,7 @@ export function uiFieldWikidata(field, context) {
|
||||
|
||||
wikidata.itemsForSearchQuery(q, function(err, data) {
|
||||
if (err) {
|
||||
if (err !== 'No query') console.error(err);
|
||||
if (err !== 'No query') console.error(err); // eslint-disable-line
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user