working hard coded one time payment to one org

This commit is contained in:
Arjun Patel
2019-03-06 03:42:50 -08:00
parent bc0e2bd0fd
commit 0a1ce8ee5f
2 changed files with 6 additions and 8 deletions
@@ -43,7 +43,6 @@ exports.create = (req, res, next) => {
// grant,
// message: 'Grant Created'
// });
console.log(grants);
next(grants.dataValues);
return null;