mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 20:10:04 +03:00
Remove redundant return
Signed-off-by: Dominic Fischer <dominicfischer7@gmail.com>
This commit is contained in:
parent
e42cad68b4
commit
822ce41b54
1 changed files with 1 additions and 1 deletions
|
@ -23,6 +23,6 @@ internal class DefaultGroup(override val groupId: String,
|
|||
|
||||
override suspend fun fetchGroupData() {
|
||||
val params = GetGroupDataTask.Params.FetchWithIds(listOf(groupId))
|
||||
return getGroupDataTask.execute(params)
|
||||
getGroupDataTask.execute(params)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue