fix: Remove duplicate put.

This commit is contained in:
Hayden Young 2024-11-01 11:23:07 +00:00
parent 497cf43cc7
commit 0f062cb38d

View File

@ -318,8 +318,6 @@ const Log = async (identity, { logId, logHeads, access, entryStorage, headsStora
/* 6. Add the new entry to heads (=union with current heads) */
await _heads.add(entry)
await _entries.put(entry.hash, entry.bytes)
return true
}