Open nathakits opened 3 years ago
use async and await and make it more modular.
something like this
const token = await getToken() const response = await search(token, params)
use async and await and make it more modular.
something like this
const token = await getToken() const response = await search(token, params)