more cleanup

This commit is contained in:
Wade Simmons 2024-09-04 09:51:15 -04:00
parent dcd83c33f0
commit 0867455a0b
1 changed files with 1 additions and 1 deletions

View File

@ -916,7 +916,7 @@ type rule struct {
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{}
m, ok := p.(map[string]any)