Skip to content

Commit

Permalink
Merge branch 'main' into edit-color-cr
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandregpereira authored Jan 13, 2024
2 parents 4f71021 + f077357 commit 3f16e85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class SyncUseCase internal constructor(
private val deviceLanguageRepository: DeviceLanguageRepository
) {

private val contentVersion = 2
private val contentVersion = 3

operator fun invoke(forceSync: Boolean = true): Flow<SyncStatus> {
return flow {
Expand Down

0 comments on commit 3f16e85

Please sign in to comment.