sparse-intern-71089
11/05/2019, 7:44 AMbroad-helmet-79436
11/05/2019, 9:08 AMbroad-helmet-79436
11/05/2019, 9:09 AMmost-parrot-35986
11/05/2019, 9:16 AMtry catch
locally and still don't get any errors. CI, however, gets that error all the timewhite-balloon-205
async/await
here is. But indeed since you are catching the error and not returning anything in the catch
clause - this function will return undefined
if there is an error. You could rethrow it, or console.log
it, to see what the error is? (or could just remove all the `async`/`await` here - which I don't think is actually doing anything?)most-parrot-35986
11/05/2019, 6:49 PM