Skip to content

Commit

Permalink
Remove unused code in RSS repository
Browse files Browse the repository at this point in the history
  • Loading branch information
msasikanth committed Aug 8, 2024
1 parent e551696 commit 7dfa02b
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -858,14 +858,6 @@ class RssRepository(
)
}

suspend fun updatedFeedPinnedPosition(pinnedPosition: Double, id: String) {
withContext(ioDispatcher) { feedQueries.updatedPinnedPosition(pinnedPosition, id) }
}

suspend fun updatedFeedGroupPinnedPosition(pinnedPosition: Double, id: String) {
withContext(ioDispatcher) { feedGroupQueries.updatedPinnedPosition(pinnedPosition, id) }
}

suspend fun updatedSourcePinnedPosition(sources: List<Source>) {
withContext(ioDispatcher) {
transactionRunner.invoke {
Expand Down

0 comments on commit 7dfa02b

Please sign in to comment.