Make the author field nullable

This commit is contained in:
davidoskky committed 2022-12-28 11:02:43 +01:00
1 parent 27eafe4ff4
commit 5227751dca
4 files changed
+5 -5

No files matched your search

@@ -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 {