mirror of https://github.com/usbharu/Hideout.git
Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
240b82b66c
commit
aa25efccaf
|
@ -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)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue