Skip to content

Commit

Permalink
allow storing empty mail subject
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimiry committed Sep 24, 2018
1 parent f337e5e commit 25e9106
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/electron-main/database/entity/mail.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ export class Mail extends Entity implements Model.Mail {
@IsInt()
sentDate!: Model.Mail["sentDate"];

@IsNotEmpty()
@IsString()
subject!: Model.Mail["subject"];

Expand Down

0 comments on commit 25e9106

Please sign in to comment.