Commit e63957b6 authored by Jeromy's avatar Jeromy

fix for sync batch

parent 545f5900
...@@ -79,6 +79,7 @@ func (d *MutexDatastore) Batch() (ds.Batch, error) { ...@@ -79,6 +79,7 @@ func (d *MutexDatastore) Batch() (ds.Batch, error) {
} }
return &syncBatch{ return &syncBatch{
batch: b, batch: b,
mds: d,
}, nil }, nil
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment