Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tschumpr committed Dec 19, 2024
1 parent 71681f0 commit 699816b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api/Controllers/ExportController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ public async Task<ActionResult> ExportGeoJsonAsync([FromQuery][MaxLength(MaxPage
var boreholes = await context.Boreholes.GetAllWithIncludes().AsNoTracking().Where(borehole => ids.Contains(borehole.Id)).ToListAsync().ConfigureAwait(false);
var features = boreholes.Select(borehole =>
{

var feature = new
{
type = "Feature",
Expand Down

0 comments on commit 699816b

Please sign in to comment.