Skip to content

Commit 13de171

Browse files
Markus HunsalzMarkus Hunsalz
authored andcommitted
added debug code
1 parent 8f4bdc2 commit 13de171

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ class WikidataSource {
7979
await queryDispatcher
8080
.query(this.options.sparql)
8181
.then(response => {
82+
83+
this.info(response);
84+
8285
// parse JSON body
8386
let body = JSON.parse(response.body);
8487
// process each item

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.3",
2+
"version": "0.0.4",
33
"name": "gridsome-source-wikidata",
44
"description": "Wikidata source for Gridsome",
55
"homepage": "https://github.com/hunsalz/gridsome-source-wikidata",

0 commit comments

Comments
 (0)