marcguvenc99
Results
2
comments of
marcguvenc99
my async function is returning something like this: Promise { 'value' }. I evaluated it and it came up isPending. Is it possible to get a value out of this?
i got it, I needed a .then statement, thx