gatsby-source-notion-churnotion 1.0.38 → 1.0.39

Sign up to get free protection for your applications and to get access to all the features.
@@ -47,8 +47,7 @@ const getPages = async ({ databaseId, reporter, getCache, actions, createNode, c
47
47
  bookRelations.forEach((relation) => {
48
48
  const bookId = relation.id;
49
49
  const bookNodeId = createNodeId(`${bookId}-book`);
50
- const bookNode = getNode(bookNodeId);
51
- books.push(bookNode);
50
+ books.push(bookNodeId);
52
51
  });
53
52
  }
54
53
  const categoryNode = {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "gatsby-source-notion-churnotion",
3
3
  "description": "Gatsby plugin that can connect with One Notion Database RECURSIVELY using official API",
4
- "version": "1.0.38",
4
+ "version": "1.0.39",
5
5
  "skipLibCheck": true,
6
6
  "license": "0BSD",
7
7
  "main": "./dist/gatsby-node.js",