Skip to content

Commit

Permalink
pacify eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Dec 2, 2018
1 parent 5a6671d commit 8456b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/services/wikidata.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default {
}
if (_wikidataCache[qid]) {
callback('', _wikidataCache[qid]);
return
return;
}

var lang = currentLocale.replace(/-/g, '_');
Expand Down

0 comments on commit 8456b38

Please sign in to comment.