Delete incomplete registration Entry
This commit is contained in:
@@ -153,7 +153,7 @@ class UserListFragment : BaseFragment() {
|
||||
|
||||
private fun deteleIncompleteRegistration(userDataList: List<UserData>) {
|
||||
userDataList.forEach {
|
||||
if (it.userImage.isEmpty()) {
|
||||
if (it._id.isEmpty()) {
|
||||
viewModel.deleteById(it._id)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user