Skip to content

Commit

Permalink
remove redundant constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
ntruchsess committed Aug 8, 2024
1 parent 4a035cc commit 36e5cab
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ namespace Org.Eclipse.TractusX.Portal.Backend.Keycloak.Seeding.BusinessLogic;

public class SeedDataHandler : ISeedDataHandler
{
public SeedDataHandler()
{
}

private static readonly JsonSerializerOptions Options = new()
{
PropertyNamingPolicy = JsonNamingPolicy.CamelCase,
Expand Down

0 comments on commit 36e5cab

Please sign in to comment.