Skip to content

Commit 9821d1e

Browse files
committed
removed user full name
1 parent 6539d78 commit 9821d1e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/models-library/src/models_library/projects_state.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,6 @@ class ProjectLocked(BaseModel):
195195
"status": ProjectStatus.OPENED,
196196
"owner": {
197197
"user_id": 123,
198-
"first_name": "Johnny",
199-
"last_name": "Cash",
200198
},
201199
},
202200
]

0 commit comments

Comments
 (0)