mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-04-19 19:59:13 +03:00
Bracket fixes
This commit is contained in:
parent
c8240fe157
commit
e3e3639443
1 changed files with 1 additions and 0 deletions
|
@ -480,6 +480,7 @@ func ParseLogLevel(lvl string) (log.Lvl, error) {
|
||||||
default:
|
default:
|
||||||
return log.DEBUG, fmt.Errorf("not a valid log level: %s", lvl)
|
return log.DEBUG, fmt.Errorf("not a valid log level: %s", lvl)
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// GetCurrentHash returns current hashes
|
// GetCurrentHash returns current hashes
|
||||||
func GetCurrentHash(db store.IStore) (string, string) {
|
func GetCurrentHash(db store.IStore) (string, string) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue