We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49ca6fa commit 8df2797Copy full SHA for 8df2797
engine/src/main/java/com/google/android/fhir/FhirEngine.kt
@@ -96,7 +96,7 @@ interface FhirEngine {
96
* an empty list.
97
*/
98
suspend fun getLocalChanges(type: ResourceType, id: String): List<LocalChange>
99
- suspend fun getUnsyncedLocalChanges(): List<SquashedLocalChange>
+ suspend fun getUnsyncedLocalChanges(): List<LocalChange>
100
/**
101
* Purges a resource from the database based on resource type and id without any deletion of data
102
* from the server.
0 commit comments