Skip to content

Commit

Permalink
savepoint
Browse files Browse the repository at this point in the history
  • Loading branch information
borkarsaish65 committed Dec 19, 2024
1 parent ad3902e commit 29b1c55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions module/programs/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ module.exports = class ProgramsHelper {
* @method
* @name create
* @param {Array} data
* @param {Boolean} checkDate to accommodate timezone difference in the sent date
* @returns {JSON} - create program.
*/

Expand Down Expand Up @@ -347,6 +348,7 @@ module.exports = class ProgramsHelper {
* @param {String} programId - program id.
* @param {Array} data
* @param {String} userId
* @param {Boolean} checkDate to accommodate timezone difference in the sent date
* @returns {JSON} - update program.
*/

Expand Down
2 changes: 2 additions & 0 deletions module/solutions/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ module.exports = class SolutionsHelper {
* @method
* @name createSolution
* @param {Object} solutionData - solution creation data.
* @param {Boolean} checkDate to accommodate timezone difference in the sent date
* @returns {JSON} solution creation data.
*/

Expand Down Expand Up @@ -417,6 +418,7 @@ module.exports = class SolutionsHelper {
* @name update
* @param {String} solutionId - solution id.
* @param {Object} solutionData - solution creation data.
* @param {Boolean} checkDate to accommodate timezone difference in the sent date
* @returns {JSON} solution creation data.
*/

Expand Down

0 comments on commit 29b1c55

Please sign in to comment.