We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fc2d1b commit b459408Copy full SHA for b459408
1 file changed
lean/models/api.py
@@ -55,7 +55,7 @@ class ProjectEncryptionKey(WrappedBaseModel):
55
name: str
56
57
class QCCollaborator(WrappedBaseModel):
58
- uid: int
+ uid: Optional[int]
59
liveControl: bool
60
permission: str
61
profileImage: str
0 commit comments