Make the author field nullable
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
2022-12-28 11:02:43 +01:00
parent 27eafe4ff4
commit 5227751dca
4 changed files with 5 additions and 5 deletions

View File

@ -46,7 +46,7 @@ data class ParecelableItem(
val link: String,
val sourcetitle: String,
val tags: String,
val author: String
val author: String?
) : Parcelable {
companion object {