mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-05-30 01:30:21 +02:00
Missing Comma (#1877)
This commit is contained in:
parent
59bf5ba848
commit
7ba5c434fa
@ -111,7 +111,7 @@ def _process_file(
|
|||||||
for k, v in all_metadata.items()
|
for k, v in all_metadata.items()
|
||||||
if k
|
if k
|
||||||
not in [
|
not in [
|
||||||
"document_id"
|
"document_id",
|
||||||
"time_updated",
|
"time_updated",
|
||||||
"doc_updated_at",
|
"doc_updated_at",
|
||||||
"link",
|
"link",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user