Skip to content

Commit

Permalink
chore: resolve merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
phantumcode committed Jan 3, 2024
1 parent 9265430 commit 6123cfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ extension AWSMutationDatabaseAdapter: MutationEventIngester {
/// rejects the event with an error
func resolveConflictsThenSave(mutationEvent: MutationEvent,
storageAdapter: StorageEngineAdapter,
completion: @escaping (Result<MutationEvent, DataStoreError>)->Void) {
completion: @escaping (Result<MutationEvent, DataStoreError>) -> Void) {
MutationEvent.pendingMutationEvents(
forMutationEvent: mutationEvent,
storageAdapter: storageAdapter) { result in
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ class ReconcileAndLocalSaveOperation: AsynchronousOperation {
.collect()
.sink(receiveCompletion: { _ in
promise(.successfulVoid)
}, receiveValue: { _ in })
}, receiveValue: { _ in })
.store(in: &self.cancellables)
}
}
Expand Down

0 comments on commit 6123cfd

Please sign in to comment.