File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
libs/fluxc-plugin/src/main/kotlin/org/wordpress/android/fluxc/persistence/dao Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -114,9 +114,6 @@ abstract class WooShippingDao {
114114 @Query(" SELECT * FROM WooShippingPackagesEntity WHERE localSiteId = :localSiteId" )
115115 abstract suspend fun getShippingPackages (localSiteId : LocalOrRemoteId .LocalId ): WooShippingPackagesEntity ?
116116
117- @Query(" DELETE FROM WooShippingPackagesEntity WHERE localSiteId = :localSiteId" )
118- abstract suspend fun deleteShippingPackages (localSiteId : LocalOrRemoteId .LocalId )
119-
120117 @Query(" SELECT * FROM WooShippingPackagesEntity WHERE localSiteId = :localSiteId" )
121118 abstract fun observeShippingPackages (localSiteId : LocalOrRemoteId .LocalId ): Flow <WooShippingPackagesEntity ?>
122119}
You can’t perform that action at this time.
0 commit comments