Skip to content

Commit

Permalink
Code clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Rkareko committed Sep 21, 2023
1 parent b8a5275 commit 8c170ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ constructor(
* https://github.com/opensrp/fhircore/issues/2390#issuecomment-1726305575
*/
if (transferCompletedForCurrentDataType(data)) {
lastUpdatedAt++
lastUpdatedAt += 1
Timber.i(
"Last updatedAt incremented by 1 to $lastUpdatedAt for ${currentManifest.dataType.name}"
)
Expand Down

0 comments on commit 8c170ae

Please sign in to comment.