Патч
All checks were successful
Build And Push / publish (push) Successful in 1m24s

This commit is contained in:
2025-12-03 16:55:11 +03:00
parent 2333301225
commit d090932cce
2 changed files with 6 additions and 2 deletions

View File

@ -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=[],
)