mirror of
https://github.com/usbharu/Hideout.git
synced 2026-09-26 15:01:09 +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:
committed by
GitHub
co-authored by
github-actions[bot]
parent
240b82b66c
commit
aa25efccaf
@@ -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