use param indices

This commit is contained in:
He Simei 2016-01-13 19:23:58 +08:00
parent cf7d2af14a
commit 7dacd3fe61

View File

@ -243,6 +243,6 @@ func NewThreadSafeStore(indexers Indexers, indices Indices) ThreadSafeStore {
return &threadSafeMap{
items: map[string]interface{}{},
indexers: indexers,
indices: Indices{},
indices: indices,
}
}