mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-24 20:51:02 +02:00
Fixing document loading
This commit is contained in:
parent
928c06fef6
commit
20c75b1c4f
1 changed files with 0 additions and 2 deletions
|
|
@ -338,7 +338,6 @@ class LibraryTableStore:
|
||||||
for m in row[5]
|
for m in row[5]
|
||||||
],
|
],
|
||||||
tags = row[6] if row[6] else [],
|
tags = row[6] if row[6] else [],
|
||||||
object_id = row[7],
|
|
||||||
)
|
)
|
||||||
for row in resp
|
for row in resp
|
||||||
]
|
]
|
||||||
|
|
@ -384,7 +383,6 @@ class LibraryTableStore:
|
||||||
for m in row[4]
|
for m in row[4]
|
||||||
],
|
],
|
||||||
tags = row[5] if row[5] else [],
|
tags = row[5] if row[5] else [],
|
||||||
object_id = row[6],
|
|
||||||
)
|
)
|
||||||
|
|
||||||
logger.debug("Done")
|
logger.debug("Done")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue