Fixing document loading

This commit is contained in:
Cyber MacGeddon 2025-12-17 14:50:06 +00:00
parent 928c06fef6
commit 20c75b1c4f

View file

@ -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")