mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-05-28 20:50:00 +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()
|
||||
if k
|
||||
not in [
|
||||
"document_id"
|
||||
"document_id",
|
||||
"time_updated",
|
||||
"doc_updated_at",
|
||||
"link",
|
||||
|
Loading…
x
Reference in New Issue
Block a user