Explorar o código

isNotification is required

sou %!s(int64=8) %!d(string=hai) anos
pai
achega
651da6639f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/form/comment.js

+ 1 - 1
lib/form/comment.js

@@ -10,6 +10,6 @@ module.exports = form(
   field('commentForm.comment_position').trim().toInt(),
   field('commentForm.is_markdown').trim().toBooleanStrict(),
 
-  field('slackNotificationForm.isNotification').trim().toBooleanStrict(),
+  field('slackNotificationForm.isNotification').trim().toBooleanStrict().required(),
   field('slackNotificationForm.notifSlackChannel').trim(),
 );