mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-15 14:56:42 +00:00
fix: address review comments
This commit is contained in:
@ -31,7 +31,7 @@ const (
|
||||
)
|
||||
|
||||
func init() { // nolint[noinit]
|
||||
Helpers = make(map[string]helper)
|
||||
Helpers = make(map[string]helperConstructor)
|
||||
|
||||
// MacOS always provides a keychain.
|
||||
Helpers[MacOSKeychain] = newMacOSHelper
|
||||
|
||||
Reference in New Issue
Block a user