We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e816e10 commit a0d14d9Copy full SHA for a0d14d9
Sources/CodableDatastore/Datastore/Datastore.swift
@@ -535,7 +535,7 @@ extension Datastore {
535
order: RangeOrder = .ascending,
536
from indexPath: IndexPath<CodedType, _SomeIndexed<IndexedValue>>
537
) -> some TypedAsyncSequence<CodedType> {
538
- let a: AsyncThrowingBackpressureStream<CodedType> = AsyncThrowingBackpressureStream { provider in
+ AsyncThrowingBackpressureStream { provider in
539
try await self.warmupIfNeeded()
540
541
try await self.persistence._withTransaction(
@@ -573,7 +573,6 @@ extension Datastore {
573
}
574
575
576
- return a
577
578
579
@_disfavoredOverload
0 commit comments