Skip to content

Commit

Permalink
Update storage.go
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzodisidoro committed May 5, 2021
1 parent b46d2a9 commit 3f22496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func (sc *StorageClient) getAll() ([][]byte, error) {
return nil
})

// bboltClient.Close()
bboltClient.Close()
}

if sc.Redis != nil && sc.Redis.client != nil {
Expand Down

0 comments on commit 3f22496

Please sign in to comment.