Skip to content

Commit

Permalink
PR resolution 3 - removed empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
ms0ur1s committed Jan 23, 2024
1 parent 45489b0 commit d0b4b79
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/validation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -334,13 +334,7 @@ export class Validation {
return this;
}

/**
* Validate user feedback
*
* @param data
* @returns
*/

/*** Validate user feedback ***/
async validateUserFeedback(data: any) {
// question_1: required
if (
Expand Down

0 comments on commit d0b4b79

Please sign in to comment.