mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-11 05:06:51 +00:00
chore: Fix linter errors
This commit is contained in:
@ -53,7 +53,7 @@ func (s *Store) List() (userIDs []string, err error) {
|
||||
var allUserIDs []string
|
||||
if allUserIDs, err = s.secrets.List(); err != nil {
|
||||
log.WithError(err).Error("Could not list credentials")
|
||||
return
|
||||
return nil, err
|
||||
}
|
||||
|
||||
credentialList := []*Credentials{}
|
||||
|
||||
Reference in New Issue
Block a user