Created
November 24, 2020 22:57
-
-
Save DominusKelvin/ca93bea86c7460ba53ec2c60ad27e8fb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fn: async function(inputs, exits) { | |
console.time(‘waiting’) | |
var wavesNGNPrice = await sails.helpers.fetch('https://waves-africa-api.herokuapp.com/ngn'); | |
console.timeEnd(‘waiting’) | |
exits.success(wavesNGNPrice) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment