diff --git a/packages/api/src/services/integrations/notion.ts b/packages/api/src/services/integrations/notion.ts index de517dca6..7e891287d 100644 --- a/packages/api/src/services/integrations/notion.ts +++ b/packages/api/src/services/integrations/notion.ts @@ -256,7 +256,7 @@ export class NotionClient implements IntegrationClient { text: { content: highlight.quote || '', link: { - url: highlightUrl(item.slug, highlight.id), + url: getHighlightUrl(item.slug, highlight.id), }, }, annotations: {