Skip to content

Commit

Permalink
Reminder for adding account id to loan
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanhed committed Dec 9, 2023
1 parent 279f8fc commit 3721996
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mijnbib/mijnbibliotheek.py
Original file line number Diff line number Diff line change
Expand Up @@ -875,6 +875,7 @@ class Loan:
id: str = ""
url: str = ""
cover_url: str = ""
# TODO: add account_id (Also needed for extending multiple loans)


@dataclass
Expand Down

0 comments on commit 3721996

Please sign in to comment.