Try matter fix

This commit is contained in:
s-hadinger 2024-02-20 16:59:56 +01:00 committed by GitHub
parent af7f2a02d1
commit 7ae074b4f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ class Rule_Matcher
var keyu = string.toupper(keyi)
if isinstance(m, map)
for k:m.keys()
if string.toupper(k)==keyu
if string.toupper(str(k))==keyu
return k
end
end