mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Preparing for upgrading expo SDK
This commit is contained in:
@ -19,5 +19,5 @@ export const searchFetch = async (
|
||||
url: 'search',
|
||||
params: { type, q: term, limit }
|
||||
})
|
||||
return Promise.resolve(res.body)
|
||||
return Promise.resolve(res.body[type])
|
||||
}
|
||||
|
Reference in New Issue
Block a user