This commit is contained in:
@ -285,7 +285,7 @@ class VITACORE_API(AsyncClient):
|
||||
return s.RoutesListModel(
|
||||
EventID='none',
|
||||
EventDate=datetime.now(UTC),
|
||||
LpuName='fakeName',
|
||||
LpuName='',
|
||||
Routes=[],
|
||||
)
|
||||
|
||||
@ -315,7 +315,7 @@ class VITACORE_API(AsyncClient):
|
||||
return s.HospExaminationsModel(
|
||||
EventID='none',
|
||||
EventDate=datetime.now(UTC),
|
||||
LpuName='fakeName',
|
||||
LpuName='',
|
||||
Examinations=[],
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user