mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-05-21 19:06:47 +02:00
refactor: add nolint comment
This commit is contained in:
@@ -32,7 +32,9 @@ func (c *chromium) GetMasterKey() ([]byte, error) {
|
||||
return nil, err
|
||||
}
|
||||
defer func() {
|
||||
session.Close()
|
||||
if err := session.Close(); err != nil {
|
||||
log.Errorf("close session failed: %v", err)
|
||||
}
|
||||
}()
|
||||
collections, err := svc.GetAllCollections()
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user