Moving stuff around to make it more easy to manage
This commit is contained in:
@@ -237,10 +237,11 @@ async def get_event_obj_li(
|
||||
inc_event_cfg=inc_event_cfg,
|
||||
inc_event_registration_cfg=inc_event_registration_cfg,
|
||||
inc_poc_event_person=inc_poc_event_person,
|
||||
inc_poc_person=inc_poc_person,
|
||||
# inc_poc_person=inc_poc_person,
|
||||
inc_user=inc_user,
|
||||
):
|
||||
data = event_obj.dict(by_alias=by_alias, exclude_unset=exclude_unset)
|
||||
|
||||
data = event_obj.dict(by_alias=by_alias, exclude_unset=exclude_unset) # pylint: disable=no-member
|
||||
event_obj_li.append(data)
|
||||
return mk_resp(data=event_obj_li)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user