Index: impl/memory/datastore.go |
diff --git a/impl/memory/datastore.go b/impl/memory/datastore.go |
index 4ebfac0d4a647b1a7933613b4833006021a337a0..6d07293da48b29d72b8c31fabf2a274438bc63f8 100644 |
--- a/impl/memory/datastore.go |
+++ b/impl/memory/datastore.go |
@@ -130,7 +130,7 @@ func (d *dsImpl) AddIndexes(idxs ...*ds.IndexDefinition) { |
} |
} |
- d.data.addIndexes(d.ns, idxs) |
+ d.data.addIndexes(idxs) |
} |
func (d *dsImpl) TakeIndexSnapshot() ds.TestingSnapshot { |