Skip to content

Commit 9c51ed3

Browse files
committed
Add missing comma to ParselyMetadata object
1 parent 9661b27 commit 9c51ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parsely/src/main/java/com/parsely/parselyandroid/ParselyMetadata.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ open class ParselyMetadata
3030
private val tags: List<String>? = null,
3131
private val thumbUrl: String? = null,
3232
private val title: String? = null,
33-
private val pubDate: Calendar? = null
33+
private val pubDate: Calendar? = null,
3434
private val pageType: String? = null
3535
) {
3636
/**

0 commit comments

Comments
 (0)