Skip to content

Commit fb520a8

Browse files
remove page id from event summary
1 parent cb0c5fd commit fb520a8

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
@@ -105,7 +105,7 @@ export default {
105105
const ts = Date.now();
106106
return {
107107
id: `${id}-${ts}`,
108-
summary: `${summary}: ${title} - ${id}`,
108+
summary: `${summary}: ${title}`,
109109
ts,
110110
};
111111
},

0 commit comments

Comments
 (0)