mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Hashtag done
This commit is contained in:
@ -19,5 +19,9 @@ export const searchFetch = async (
|
||||
endpoint: 'search',
|
||||
query: { type, q: term, limit }
|
||||
})
|
||||
console.log('search query')
|
||||
console.log({ type, q: term, limit })
|
||||
console.log('search result')
|
||||
console.log(res.body)
|
||||
return Promise.resolve(res.body)
|
||||
}
|
||||
|
Reference in New Issue
Block a user