VORKOUT-13 #8
No reviewers
Labels
No Label
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Vorkout/connect#8
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "VORKOUT-13"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -0,0 +1,3 @@
def to_camel(string: str) -> str:
Есть встроенная функция в
Pydantic
- https://docs.pydantic.dev/latest/api/config/#pydantic.alias_generators.to_camel78f8014aca
to86d48d0d1c
@ -56,6 +57,7 @@ async def get_user_login(connection: AsyncConnection, login: str) -> Optional[Us
)
for column in account_table.columns
}
print("user_data", user_data)
Это отладочное?
Да, проверял валидацию и забыл убрать)
62f8764d23
to98e425862c