remove onloan column
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2022-05-07 15:35:07 -04:00
parent 2814c5dc68
commit e8388b979c
8 changed files with 7 additions and 39 deletions

View File

@@ -16,7 +16,6 @@ type Book struct {
Signed bool `json:"signed"`
Description string `json:"description"`
Notes string `json:"notes"`
OnLoan string `json:"onLoan"`
CoverURL string `json:"coverURL"`
}