people endpoints and super user events built
This commit is contained in:
@@ -55,7 +55,6 @@ class QueryModel:
|
||||
new_args = list(
|
||||
dict.fromkeys(arg for arg in args_list if isinstance(arg, BinaryExpression))
|
||||
)
|
||||
|
||||
# Check if argument already exists
|
||||
if not any(
|
||||
getattr(getattr(arg, "left", None), "key", None) == argument
|
||||
@@ -97,7 +96,6 @@ class QueryModel:
|
||||
):
|
||||
starts = cls.expiry_starts <= current_time
|
||||
args = cls.add_new_arg_to_args(args, "expiry_starts", starts)
|
||||
|
||||
return args
|
||||
|
||||
except AttributeError as e:
|
||||
|
||||
Reference in New Issue
Block a user