Update js bundle in android
This commit is contained in:
File diff suppressed because one or more lines are too long
@ -62,7 +62,6 @@ suspend fun DataService.sync(since: String, cursor: String?, limit: Int = 20): S
|
||||
slug = it.slug,
|
||||
isArchived = it.isArchived,
|
||||
contentReader = it.contentReader.rawValue,
|
||||
content = null,
|
||||
wordsCount = it.wordsCount
|
||||
)
|
||||
val labels = it.labels?.map { label ->
|
||||
|
||||
Reference in New Issue
Block a user