Skip to content

Commit d23b1fe

Browse files
committed
Decode before on next
1 parent 9b25b00 commit d23b1fe

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Database/Database.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4832,6 +4832,8 @@ public function createOrUpdateDocumentsWithIncrease(
48324832
$doc = $this->silent(fn () => $this->populateDocumentRelationships($collection, $doc));
48334833
}
48344834

4835+
$doc = $this->decode($collection, $doc);
4836+
48354837
if ($this->getSharedTables() && $this->getTenantPerDocument()) {
48364838
$this->withTenant($doc->getTenant(), function () use ($collection, $doc) {
48374839
$this->purgeCachedDocument($collection->getId(), $doc->getId());

0 commit comments

Comments
 (0)