Skip to content

Commit

Permalink
Commented out test
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGElCOgecko committed Apr 10, 2024
1 parent fd902fe commit 015a7ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/services/org.services.js
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,6 @@ removeMemberOrgService = async (params, body) => {
//let org_no = addUserService(body1, params1); console.log("Do not add existing org: ", org_no);
//let findOrg = getUserByIdService(body1, params1); console.log("Find added org", findOrg);
//let updateOrg = updateUserByIdService(body2, params1); console.log("Update org: ", updateOrg);
let deleteOrg = deleteUserByIdService(body2, params1); console.log("Delete org: ", deleteOrg);
//let deleteOrg = deleteUserByIdService(body2, params1); console.log("Delete org: ", deleteOrg);

}, 10000);

0 comments on commit 015a7ac

Please sign in to comment.