Skip to content

Commit

Permalink
📝 Delete SearchRequest data class
Browse files Browse the repository at this point in the history
  • Loading branch information
alpakar02 committed Feb 1, 2025
1 parent 8164deb commit 7d5eed1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,6 @@ data class UpdateStatusRequest(
val status: Int,
)

data class SearchRequest(
val text: String,
)

data class ArticleResponse(
val article: Article,
val chattingUsers: List<User>,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,3 @@ data class PostFeedRequest(
val tag: String,
val imageCount: Int,
)

data class SearchRequest(
val text: String,
)

0 comments on commit 7d5eed1

Please sign in to comment.