Skip to content

Commit

Permalink
Typo fix RealStore.kt (#662)
Browse files Browse the repository at this point in the history
Signed-off-by: Shabinder Singh <[email protected]>
  • Loading branch information
Shabinder authored Oct 5, 2024
1 parent 067bd41 commit c6447af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ internal class RealStore<Key : Any, Network : Any, Output : Any, Local : Any>(

val stream: Flow<StoreReadResponse<Output>> =
if (sourceOfTruth == null) {
// piggypack only if not specified fresh data AND we emitted a value from the cache
// piggyback only if not specified fresh data AND we emitted a value from the cache
val piggybackOnly = !request.refresh && cachedToEmit != null
@Suppress("UNCHECKED_CAST")

Expand Down

0 comments on commit c6447af

Please sign in to comment.