fix(async): remove catch, add return

This commit is contained in:
Sabe Jones
2019-11-19 12:59:53 -06:00
parent 46822ecbae
commit b4efe11e6a
2 changed files with 3 additions and 1 deletions

View File

@@ -149,4 +149,6 @@ export async function sendTxn (mailingInfoArray, emailType, variables, personalV
},
}).catch(err => logger.error(err));
}
return null;
}