Skip to content

Commit c91894f

Browse files
authored
Update sharePassword.dto.ts
make passwords manditory
1 parent f52dffd commit c91894f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/share/dto/sharePassword.dto.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { IsOptional, IsString } from "class-validator";
1+
import { IsString } from "class-validator";
22

33
export class SharePasswordDto {
44
@IsString()

0 commit comments

Comments
 (0)