mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-19 12:03:54 +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"])
|
||||
page_text += comments_text
|
||||
|
||||
|
||||
doc_batch.append(
|
||||
Document(
|
||||
id=page_url,
|
||||
|
Reference in New Issue
Block a user