mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-27 12:29:41 +02:00
Fix confluence connector styling
This commit is contained in:
@@ -213,7 +213,6 @@ class ConfluenceConnector(LoadConnector, PollConnector):
|
|||||||
comments_text = self._fetch_comments(self.confluence_client, page["id"])
|
comments_text = self._fetch_comments(self.confluence_client, page["id"])
|
||||||
page_text += comments_text
|
page_text += comments_text
|
||||||
|
|
||||||
|
|
||||||
doc_batch.append(
|
doc_batch.append(
|
||||||
Document(
|
Document(
|
||||||
id=page_url,
|
id=page_url,
|
||||||
|
Reference in New Issue
Block a user