Skip to content

Commit 9e1e3a9

Browse files
Revert "use page timestamp in event deduping"
This reverts commit c0657fa.
1 parent c0657fa commit 9e1e3a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/notion/sources/updated-page/updated-page.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export default {
8383
generateMeta(obj, summary) {
8484
const { id } = obj;
8585
const title = this.notion.extractPageTitle(obj);
86-
const ts = Date.parse(obj.last_edited_time);
86+
const ts = Date.now();
8787
return {
8888
id: `${id}-${ts}`,
8989
summary: `${summary}: ${title} - ${id}`,

0 commit comments

Comments
 (0)