parent
d6298adc6d
commit
300720f030
2 changed files with 2 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ func (s *Store) cleanup(ctx context.Context) error {
|
|||
}
|
||||
|
||||
if now.After(expiry) {
|
||||
return valueBkt.DeleteBucket(key)
|
||||
return tx.DeleteBucket(key)
|
||||
}
|
||||
|
||||
return nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue