We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27c6344 commit d1651f8Copy full SHA for d1651f8
components/notion/sources/updated-page/updated-page.mjs
@@ -185,7 +185,7 @@ export default {
185
const propertiesToCheck = await this._getPropertiesToCheck();
186
const propertyValues = this._getPropertyValues();
187
188
- for await (const page of pagesStream) { console.log(page);
+ for await (const page of pagesStream) {
189
const changes = [];
190
let isNewPage = false;
191
let propertyHasChanged = false;
0 commit comments