Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbasti committed Jan 24, 2025
1 parent 62f766b commit d7bffcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/WitsmlExplorer.Api/Workers/DownloadLogDataWorker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public DownloadLogDataWorker(
{
var message = "DownloadLogDataJob failed. No data found in the given range.";
Logger.LogError(message);
return (new WorkerResult(GetTargetWitsmlClientOrThrow().GetServerHostname(), false, message, message, jobId:job.JobInfo.Id), null);
return (new WorkerResult(GetTargetWitsmlClientOrThrow().GetServerHostname(), false, message, message, jobId: job.JobInfo.Id), null);
}

return (job.ExportToLas)
Expand Down

0 comments on commit d7bffcf

Please sign in to comment.