We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78cf56e commit b7b1dd1Copy full SHA for b7b1dd1
services/web/server/src/simcore_service_webserver/users/_common/models.py
@@ -62,7 +62,6 @@ class ToUserUpdateDB(BaseModel):
62
63
@classmethod
64
def from_api(cls, profile_update) -> Self:
65
- # TODO: move this to schema!!!
66
# The mapping of embed fields to flatten keys is done here
67
return cls.model_validate(
68
flatten_dict(profile_update.model_dump(exclude_unset=True, by_alias=False))
0 commit comments