Skip to content

Commit b459408

Browse files
authored
fix: change uid field in QCCollaborator to Optional[int] (#606)
1 parent 3fc2d1b commit b459408

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lean/models/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class ProjectEncryptionKey(WrappedBaseModel):
5555
name: str
5656

5757
class QCCollaborator(WrappedBaseModel):
58-
uid: int
58+
uid: Optional[int]
5959
liveControl: bool
6060
permission: str
6161
profileImage: str

0 commit comments

Comments
 (0)