fix bug
This commit is contained in:
parent
2eb58f732b
commit
86d1616732
1
cache/map.go
vendored
1
cache/map.go
vendored
|
@ -224,7 +224,6 @@ func (m *MapCache[K, V]) getBatches(e Expend[K, V]) func(ctx context.Context, ke
|
|||
if !ok {
|
||||
flushKeys = append(flushKeys, k)
|
||||
needIndex[k] = i
|
||||
} else {
|
||||
var vv V
|
||||
v = vv
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user