Skip to content

Commit

Permalink
Add missing comma to ParselyMetadata object
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinAkram committed Jan 17, 2024
1 parent 9661b27 commit 9c51ed3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ open class ParselyMetadata
private val tags: List<String>? = null,
private val thumbUrl: String? = null,
private val title: String? = null,
private val pubDate: Calendar? = null
private val pubDate: Calendar? = null,
private val pageType: String? = null
) {
/**
Expand Down

0 comments on commit 9c51ed3

Please sign in to comment.