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