events updated
This commit is contained in:
@@ -28,7 +28,7 @@ def parse_token_object_to_dict(request): # from requests import Request
|
||||
selected_event = Events.filter_all(
|
||||
Events.endpoint_id == endpoint_active.id,
|
||||
Events.id.in_(valid_token.selected_company.reachable_event_list_id),
|
||||
*Events.valid_record_args(Events)
|
||||
*Events.valid_record_args(Events),
|
||||
)
|
||||
if not selected_event.data:
|
||||
raise HTTPException(
|
||||
|
||||
Reference in New Issue
Block a user