Skip to content

Commit b7b1dd1

Browse files
committed
doc
1 parent 78cf56e commit b7b1dd1

File tree

1 file changed

+0
-1
lines changed
  • services/web/server/src/simcore_service_webserver/users/_common

1 file changed

+0
-1
lines changed

services/web/server/src/simcore_service_webserver/users/_common/models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ class ToUserUpdateDB(BaseModel):
6262

6363
@classmethod
6464
def from_api(cls, profile_update) -> Self:
65-
# TODO: move this to schema!!!
6665
# The mapping of embed fields to flatten keys is done here
6766
return cls.model_validate(
6867
flatten_dict(profile_update.model_dump(exclude_unset=True, by_alias=False))

0 commit comments

Comments
 (0)