diff --git a/store/src/commonMain/kotlin/org/mobilenativefoundation/store/store5/impl/RealStore.kt b/store/src/commonMain/kotlin/org/mobilenativefoundation/store/store5/impl/RealStore.kt index fc1b4d18..d0198297 100644 --- a/store/src/commonMain/kotlin/org/mobilenativefoundation/store/store5/impl/RealStore.kt +++ b/store/src/commonMain/kotlin/org/mobilenativefoundation/store/store5/impl/RealStore.kt @@ -104,7 +104,7 @@ internal class RealStore( val stream: Flow> = 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")