Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7304971 commit b250b68Copy full SHA for b250b68
1 file changed
plugins/generic/users.py
@@ -97,7 +97,7 @@ def getUsers(self):
97
query = rootQuery.inband.query2
98
else:
99
query = rootQuery.inband.query
100
- value = unArrayizeValue(inject.getValue(query, blind=False, time=False))
+ value = inject.getValue(query, blind=False, time=False)
101
102
if not isNoneValue(value):
103
kb.data.cachedUsers = arrayizeValue(value)
0 commit comments