Update js bundle in android

This commit is contained in:
Jackson Harper
2024-04-23 17:21:26 -07:00
parent 6094f0793e
commit ed898bfa23
2 changed files with 1 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

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