Skip to content

Commit

Permalink
Remove old API response format
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-Molinero committed Mar 27, 2024
1 parent 59cefbe commit 5f48e60
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions lean/models/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@ class ProjectEncryptionKey(WrappedBaseModel):
name: str

class QCCollaborator(WrappedBaseModel):
id: int
uid: int
blivecontrol: bool
epermission: str
profileimage: str
liveControl: bool
permission: str
profileImage: str
name: str
owner: bool = False

Expand Down

0 comments on commit 5f48e60

Please sign in to comment.