nombre = async

const nombre = async (parametro) => { try { const uriSaldos = (ruta).replace(':ci', parametro); const options = { method: 'GET', uri: `asdasdasd`, headers: { Authorization: token }, simple: false }; return rp(options); } catch (error) { throw error; } };

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.