mirror of
https://github.com/usbharu/Hideout.git
synced 2026-09-21 11:53:40 +00:00
Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@@ -14,5 +14,4 @@ interface MuteService {
|
||||
): FilterQueryModel
|
||||
|
||||
suspend fun getFilters(userId: Long, types: List<FilterType> = emptyList()): List<FilterQueryModel>
|
||||
|
||||
}
|
||||
|
||||
@@ -47,5 +47,4 @@ class MuteServiceImpl(
|
||||
|
||||
override suspend fun getFilters(userId: Long, types: List<FilterType>): List<FilterQueryModel> =
|
||||
filterQueryService.findByUserIdAndType(userId, types)
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user