Merge branch 'master' of https://gitea.adesk.com/public_project/utility_go
This commit is contained in:
@@ -100,9 +100,6 @@ func safeProperty(property map[string]any) {
|
||||
if _, ok := v.(string); ok {
|
||||
property[k] = onlyWordRE.ReplaceAllString(gconv.String(v), "*")
|
||||
}
|
||||
} else {
|
||||
property[k] = safePropertyRE.ReplaceAllString(gconv.String(v), "*")
|
||||
|
||||
}
|
||||
}
|
||||
for _, delkey := range delkeys {
|
||||
|
||||
Reference in New Issue
Block a user