diff options
| author | 2026-03-23 05:17:52 +0000 | |
|---|---|---|
| committer | 2026-03-23 05:17:52 +0000 | |
| commit | c8dd7d3b44c93a664dddc0c4619d336c6e13d2a8 (patch) | |
| tree | 335e4d701cf122a77cf5b4c94f9f528242a7d566 /refstore/files/transaction_commit.go | |
| parent | Vendor a minimal internal/cpu for AMD64 only (diff) | |
| signature | No signature | |
*: Lints
Diffstat (limited to 'refstore/files/transaction_commit.go')
| -rw-r--r-- | refstore/files/transaction_commit.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/refstore/files/transaction_commit.go b/refstore/files/transaction_commit.go index 4839936a..76bcb195 100644 --- a/refstore/files/transaction_commit.go +++ b/refstore/files/transaction_commit.go @@ -2,6 +2,7 @@ package files func (tx *Transaction) Commit() error { executor := &refUpdateExecutor{store: tx.store} + prepared, err := executor.prepareUpdates(tx.ops) if err != nil { return err |
