Skip to content

Commit

Permalink
savepoint
Browse files Browse the repository at this point in the history
  • Loading branch information
borkarsaish65 committed Jan 6, 2025
1 parent fcc08ca commit e9503ac
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 e9503ac

Please sign in to comment.