mirror of https://github.com/slackhq/nebula.git
more cleanup
This commit is contained in:
parent
dcd83c33f0
commit
0867455a0b
|
@ -916,7 +916,7 @@ type rule struct {
|
||||||
CASha string
|
CASha string
|
||||||
}
|
}
|
||||||
|
|
||||||
func convertRule(l *logrus.Logger, p interface{}, table string, i int) (rule, error) {
|
func convertRule(l *logrus.Logger, p any, table string, i int) (rule, error) {
|
||||||
r := rule{}
|
r := rule{}
|
||||||
|
|
||||||
m, ok := p.(map[string]any)
|
m, ok := p.(map[string]any)
|
||||||
|
|
Loading…
Reference in New Issue