We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f52dffd commit c91894fCopy full SHA for c91894f
backend/src/share/dto/sharePassword.dto.ts
@@ -1,4 +1,4 @@
1
-import { IsOptional, IsString } from "class-validator";
+import { IsString } from "class-validator";
2
3
export class SharePasswordDto {
4
@IsString()
0 commit comments