Skip to content

Commit

Permalink
🦭
Browse files Browse the repository at this point in the history
  • Loading branch information
oskogstad committed Jan 14, 2025
1 parent 9c7dfd7 commit e214490
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Digdir.Domain.Dialogporten.GraphQL.EndUser.SearchDialogs;

// ReSharper disable once ClassNeverInstantiated.Global
public class SearchDialogInputValidator : AbstractValidator<SearchDialogInput>
public sealed class SearchDialogInputValidator : AbstractValidator<SearchDialogInput>
{
public SearchDialogInputValidator()
{
Expand Down

0 comments on commit e214490

Please sign in to comment.