Skip to content

Commit

Permalink
Update src/Digdir.Domain.Dialogporten.Application/Features/V1/Service…
Browse files Browse the repository at this point in the history
…Owner/Dialogs/Commands/Purge/PurgeDialogCommandValidator.cs
  • Loading branch information
knuhau authored Mar 13, 2024
1 parent 31eff21 commit 084b073
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ public PurgeDialogCommandValidator()
{
RuleFor(x => x.DialogId)
.NotEqual(default(Guid));

}
}

0 comments on commit 084b073

Please sign in to comment.