Skip to content

Commit

Permalink
Remove unused field
Browse files Browse the repository at this point in the history
  • Loading branch information
MiraGeowerkstatt committed Dec 20, 2024
1 parent 39340c2 commit 32ed0f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/api/Controllers/ImportController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -355,8 +355,6 @@ private void AddValidationErrorToModelState(int boreholeIndex, string errorMessa

private sealed class CsvImportBoreholeMap : ClassMap<BoreholeImport>
{
private readonly List<Codelist> codelists;

public CsvImportBoreholeMap(List<Codelist> codelists)
{
AutoMap(CsvConfigHelper.CsvReadConfig);
Expand Down

0 comments on commit 32ed0f7

Please sign in to comment.