Skip to content

Commit

Permalink
Remove unused fields
Browse files Browse the repository at this point in the history
  • Loading branch information
MiraGeowerkstatt committed Dec 17, 2024
1 parent 3b77068 commit f2f9c74
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 @@ -381,8 +381,6 @@ private void AddValidationErrorToModelState(int boreholeIndex, string errorMessa

private sealed class CsvImportBoreholeMap : ClassMap<BoreholeImport>
{
private readonly CultureInfo swissCulture = new("de-CH");

public CsvImportBoreholeMap()
{
AutoMap(CsvConfigHelper.CsvReadConfig);
Expand Down

0 comments on commit f2f9c74

Please sign in to comment.