Cleaned up and easier debugging for SQL statements. A lot less redundant information.
This commit is contained in:
@@ -70,7 +70,7 @@ async def post_event_session_obj_new_v4(
|
||||
return mk_resp(data=data, response=response, status_message='The event session was created.')
|
||||
else:
|
||||
return mk_resp(data=False, status_code=400, response=response, status_message='The result from trying to create an event session was unexpected.')
|
||||
# ### BEGIN ### API Event Session ### post_event_session_obj_new_v4() ###
|
||||
# ### END ### API Event Session ### post_event_session_obj_new_v4() ###
|
||||
|
||||
|
||||
# ### BEGIN ### API Event Session ### patch_event_session_obj_exist_v4() ###
|
||||
|
||||
Reference in New Issue
Block a user