parent
e5c665f118
commit
442da4ff39
1 changed files with 2 additions and 1 deletions
|
|
@ -131,7 +131,8 @@ def get_replay(project_id, session_id, context: schemas.CurrentContext, full_dat
|
|||
data = helper.dict_to_camel_case(data)
|
||||
if full_data:
|
||||
if data["platform"] == 'ios':
|
||||
data['mobsUrl'] = sessions_mobs.get_ios(session_id=session_id)
|
||||
data['mobsUrl'] = sessions_mobs.get_ios(session_id=session_id, project_id=project_id,
|
||||
check_existence=False)
|
||||
else:
|
||||
data['domURL'] = sessions_mobs.get_urls(session_id=session_id, project_id=project_id,
|
||||
check_existence=False)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue