Skip to content

Commit

Permalink
Added backend activities form functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGElCOgecko committed Apr 11, 2024
1 parent 2b7805f commit f03ad35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/services/activities.services.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ exports.removeMemberActService = async (params, body) => {
'organizer': "Change++"
}
//console.log(getAllActsService());
let act = exports.addActService(params1, body2); console.log("Add act: ", act);
//let act = exports.addActService(params1, body1); console.log("Add act: ", act);
//let act_no = exports.addActService(params1, body1); console.log("Do not add existing act: ", act_no);
//let findAct = exports.getActByIdService(params1, {}); console.log("Find added act", findAct);
//let updateAct = exports.updateActService(params1, body2); console.log("Update act: ", updateAct);
Expand Down

0 comments on commit f03ad35

Please sign in to comment.