fix: use db row collab

This commit is contained in:
Zack Fu Zi Xiang 2024-09-09 15:34:45 +08:00
parent c9479985c2
commit 12d6455031
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -795,7 +795,7 @@ impl PublishCollabDuplicator {
{
// handle document in database row
let row_meta: MapRef = db_collab
let row_meta: MapRef = db_row_collab
.data
.get_with_path(&txn, ["data", "meta"])
.ok_or_else(|| {