Skip to content

Commit

Permalink
fix missing cloudfront dist for users error
Browse files Browse the repository at this point in the history
  • Loading branch information
iesreza committed May 8, 2024
1 parent 10e4721 commit bd8bb20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/memo/drivers/memory/memory.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ func (driver) Register() error {
time.Sleep(sleep)
var now = time.Now().Unix()
items.Range(func(key, value any) bool {
fmt.Printf("%+v", value)
if value.(item).expires < now {
items.Delete(key)
}
Expand Down

0 comments on commit bd8bb20

Please sign in to comment.