Skip to content

Commit

Permalink
Fix: duplicate content in gdrive/notion document upsert (#3131)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipperolet authored Jan 10, 2024
1 parent 81197f5 commit 6773f14
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions connectors/src/lib/data_sources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -259,13 +259,7 @@ export function renderSectionForTitleAndContent(
return {
prefix: `$title: ${title}\n\n`,
content,
sections: [
{
prefix: null,
content,
sections: [],
},
],
sections: [],
};
}

Expand Down

0 comments on commit 6773f14

Please sign in to comment.