in an express router .post which is async, I have this line:
var recaptcha = await tokenValidate(req);
tokenValidate is below: