Fix confluence connector styling

This commit is contained in:
Weves 2023-08-29 14:33:56 -07:00 committed by Chris Weaver
parent 1c3d0a1f3d
commit 9e82dbf8bb

View File

@ -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,