forked from 0x2620/pandora
typo
This commit is contained in:
parent
7ed107e46b
commit
c6bd95050a
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ def parseCondition(condition, user, item=None):
|
||||||
if item and k == 'description':
|
if item and k == 'description':
|
||||||
item_conditions = condition.copy()
|
item_conditions = condition.copy()
|
||||||
item_conditions['key'] = 'items__itemproperties__description'
|
item_conditions['key'] = 'items__itemproperties__description'
|
||||||
return parseCondition(condition, user) | parseCondition(item_condition, user)
|
return parseCondition(condition, user) | parseCondition(item_conditions, user)
|
||||||
|
|
||||||
v = condition['value']
|
v = condition['value']
|
||||||
op = condition.get('operator')
|
op = condition.get('operator')
|
||||||
|
|
Loading…
Reference in a new issue