mirror of
https://github.com/swissmakers/wireguard-manager.git
synced 2026-04-11 13:47:05 +02:00
Bracket fixes
This commit is contained in:
@@ -480,6 +480,7 @@ func ParseLogLevel(lvl string) (log.Lvl, error) {
|
||||
default:
|
||||
return log.DEBUG, fmt.Errorf("not a valid log level: %s", lvl)
|
||||
}
|
||||
}
|
||||
|
||||
// GetCurrentHash returns current hashes
|
||||
func GetCurrentHash(db store.IStore) (string, string) {
|
||||
|
||||
Reference in New Issue
Block a user