Skip to content

Commit

Permalink
Refactor SquashedLocalChanges to LocalChanges
Browse files Browse the repository at this point in the history
  • Loading branch information
ndegwamartin committed Sep 14, 2023
1 parent 49ca6fa commit 8df2797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/src/main/java/com/google/android/fhir/FhirEngine.kt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ interface FhirEngine {
* an empty list.
*/
suspend fun getLocalChanges(type: ResourceType, id: String): List<LocalChange>
suspend fun getUnsyncedLocalChanges(): List<SquashedLocalChange>
suspend fun getUnsyncedLocalChanges(): List<LocalChange>
/**
* Purges a resource from the database based on resource type and id without any deletion of data
* from the server.
Expand Down

0 comments on commit 8df2797

Please sign in to comment.