Skip to content

Commit

Permalink
Merge pull request #199 from borkarsaish65/bugfix/role_validation_issue
Browse files Browse the repository at this point in the history
savepoint
  • Loading branch information
aks30 authored Jan 7, 2025
2 parents fcc08ca + e9503ac commit 7890c21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions module/programs/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ module.exports = class ProgramsHelper {
...data,
});

programData = _.omit(programData, ["scope", "userId"]);
let program = await database.models.programs.create(
programData
);
Expand Down

0 comments on commit 7890c21

Please sign in to comment.