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 c0657fa commit 9e1e3a9Copy full SHA for 9e1e3a9
components/notion/sources/updated-page/updated-page.mjs
@@ -83,7 +83,7 @@ export default {
83
generateMeta(obj, summary) {
84
const { id } = obj;
85
const title = this.notion.extractPageTitle(obj);
86
- const ts = Date.parse(obj.last_edited_time);
+ const ts = Date.now();
87
return {
88
id: `${id}-${ts}`,
89
summary: `${summary}: ${title} - ${id}`,
0 commit comments