Skip to content

Commit

Permalink
Add name print statement in refactored code
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed-elzeni committed Sep 5, 2024
1 parent 6555c15 commit 85a83a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/groups/update.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ module.exports = function (Groups) {
Groups.update = async function (groupName, values) {
await validateGroupExists(groupName);

console.log('MOHAMED ELZENI');
values = await applyPluginFilters(groupName, values);

// Cast some values as bool (if not boolean already)
Expand Down

0 comments on commit 85a83a2

Please sign in to comment.