mirror of
https://github.com/openziti/zrok.git
synced 2024-11-07 08:44:14 +01:00
lint (#744)
This commit is contained in:
parent
b7b7b8b964
commit
5d452daa3c
@ -2,7 +2,6 @@ package sdk
|
||||
|
||||
import (
|
||||
"github.com/pkg/errors"
|
||||
"github.com/sirupsen/logrus"
|
||||
"reflect"
|
||||
)
|
||||
|
||||
@ -16,7 +15,6 @@ type FrontendConfig struct {
|
||||
}
|
||||
|
||||
func FrontendConfigFromMap(m map[string]interface{}) (*FrontendConfig, error) {
|
||||
logrus.Info(m)
|
||||
out := &FrontendConfig{}
|
||||
if v, found := m["interstitial"]; found {
|
||||
out.Interstitial = v.(bool)
|
||||
|
Loading…
Reference in New Issue
Block a user