refactor: remove unused method

This commit is contained in:
Harsh Shandilya 2025-06-01 13:49:30 +05:30
parent 8c4b2f2b9b
commit 0d47787a73
3 changed files with 0 additions and 22 deletions

View file

@ -26,7 +26,5 @@ interface PostActions {
fun isPostSaved(post: UIPost): Boolean
suspend fun getComments(postId: String): UIPost
suspend fun getLinkMetadata(url: String): LinkMetadata
}