Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
MiraGeowerkstatt committed Dec 17, 2024
1 parent f1816e8 commit 21bcb31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/Controllers/ExportController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public ExportController(BdmsContext context, ILogger<ExportController> logger)
}

/// <summary>
/// Exports the details of up to <see cref="MaxPageSize"></see> boreholes as a CSV file. Filters the boreholes based on the provided list of IDs.export
/// Exports the details of up to <see cref="MaxPageSize"></see> boreholes as a CSV file. Filters the boreholes based on the provided list of IDs.
/// </summary>
/// <param name="ids">The list of IDs for the boreholes to be exported.</param>
/// <returns>A CSV file containing the details of the specified boreholes.</returns>
Expand Down

0 comments on commit 21bcb31

Please sign in to comment.