mirror of
https://github.com/usbharu/Hideout.git
synced 2026-09-22 12:43:39 +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
|
): FilterQueryModel
|
||||||
|
|
||||||
suspend fun getFilters(userId: Long, types: List<FilterType> = emptyList()): List<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> =
|
override suspend fun getFilters(userId: Long, types: List<FilterType>): List<FilterQueryModel> =
|
||||||
filterQueryService.findByUserIdAndType(userId, types)
|
filterQueryService.findByUserIdAndType(userId, types)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user