Cleanup code

This commit is contained in:
ilya-bkv 2024-02-26 14:19:12 +03:00
parent 55ebc1c634
commit 507cfebd48

View File

@ -27,8 +27,6 @@ export const AuthorsList = (props: Props) => {
const fetchAuthors = async (queryType: Props['query'], page: number) => {
setLoading(true)
console.log('!!! AAA:')
const offset = PAGE_SIZE * page
const result = await apiClient.loadAuthorsBy({
by: { order: queryType },