We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff4cf99 commit 26a516aCopy full SHA for 26a516a
server/app/src/apis/module/validator.ts
@@ -1,5 +1,8 @@
1
import { IsOptional, Length } from 'class-validator';
2
3
+/**
4
+ * @description class for validation
5
+ */
6
class VisitorCommentValidator {
7
@IsOptional()
8
@Length(0, 20)
0 commit comments