Skip to content

Commit

Permalink
Update BookshelfItem
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Reumann committed Aug 7, 2021
1 parent 2748905 commit e2ace02
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ data class BookshelfItem(
val title: String,
val description: String,
val access: String,
val updated: Instant,
val created: Instant,
val updated: String,
val created: String,
val volumeCount: Int,
val volumesLastUpdated: Instant
val volumesLastUpdated: String
)

0 comments on commit e2ace02

Please sign in to comment.