notion-client
Advanced tools
Comparing version 2.3.0 to 2.3.1
{ | ||
"name": "notion-client", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "Robust TypeScript client for the unofficial Notion API.", | ||
@@ -27,3 +27,3 @@ "repository": "NotionX/notion-kit", | ||
}, | ||
"gitHead": "f3a245c4a01ca0f213908af27c03f7200a4833c5" | ||
"gitHead": "f92bffae1c7dcc2bf2d1bba115ed7d1b2961dda4" | ||
} |
@@ -371,3 +371,2 @@ import fetch from 'node-fetch' | ||
const url = `${this._apiBaseUrl}/${endpoint}` | ||
console.log('notion fetch', url) | ||
@@ -374,0 +373,0 @@ return fetch(url, { |
758698
11571