cleaning log
This commit is contained in:
@@ -7,7 +7,6 @@ const { Donor, Organization } = db;
|
||||
|
||||
// Find a Donor/Org by email + login with JWT
|
||||
exports.login = (type, role) => (req, res, next) => {
|
||||
console.log('haha');
|
||||
const curr_types = {
|
||||
donor: Donor,
|
||||
org: Organization
|
||||
|
||||
Reference in New Issue
Block a user