Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
  • Loading branch information
sowjanyakch committed Nov 18, 2024
1 parent edfcb80 commit 4c5e9ad
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ interface ConversationsRepository {

suspend fun allowGuests(token: String, allow: Boolean): GenericOverall

data class PasswordResult(
val passwordSet: Boolean,
val passwordIsWeak: Boolean,
val message: String
)

data class ResendInvitationsResult(
val successful: Boolean
)
Expand Down

0 comments on commit 4c5e9ad

Please sign in to comment.