Skip to content

Commit 8df2797

Browse files
committed
Refactor SquashedLocalChanges to LocalChanges
1 parent 49ca6fa commit 8df2797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/src/main/java/com/google/android/fhir/FhirEngine.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ interface FhirEngine {
9696
* an empty list.
9797
*/
9898
suspend fun getLocalChanges(type: ResourceType, id: String): List<LocalChange>
99-
suspend fun getUnsyncedLocalChanges(): List<SquashedLocalChange>
99+
suspend fun getUnsyncedLocalChanges(): List<LocalChange>
100100
/**
101101
* Purges a resource from the database based on resource type and id without any deletion of data
102102
* from the server.

0 commit comments

Comments
 (0)