Skip to content

Commit

Permalink
fix: share password validation
Browse files Browse the repository at this point in the history
  • Loading branch information
stonith404 committed Dec 5, 2022
1 parent 7a3967f commit c795b98
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions backend/src/share/dto/sharePassword.dto.ts
@@ -1,3 +1,6 @@
import { IsString } from "class-validator";

export class SharePasswordDto {
@IsString()
password: string;
}

0 comments on commit c795b98

Please sign in to comment.