NodeJS - Nested async functions

前端 未结 0 1677
伪装坚强ぢ
伪装坚强ぢ 2020-11-22 11:56

in an express router .post which is async, I have this line:

var recaptcha = await tokenValidate(req);

tokenValidate is below:



        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题