mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Update js bundle in android
This commit is contained in:
parent
6094f0793e
commit
ed898bfa23
2 changed files with 1 additions and 2 deletions
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 ->
|
||||
|
|
|
|||
Loading…
Reference in a new issue