Skip to content

Commit b312388

Browse files
committed
Fixed Application Error: implemented reviewers values from feat/review_filter and fixed the default value errors for reviewer status, name, and comments
1 parent 7150e54 commit b312388

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

middlewares/validators/hacker.validator.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,15 +342,13 @@ module.exports = {
342342
VALIDATOR.stringValidator(
343343
"body",
344344
"reviewerComments",
345-
String,
346345
false
347346
)
348347
],
349348
updateReviewerComments2Validator: [
350349
VALIDATOR.stringValidator(
351350
"body",
352351
"reviewerComments2",
353-
String,
354352
false
355353
)
356354
],

0 commit comments

Comments
 (0)