This commit is contained in:
@@ -1215,7 +1215,7 @@ namespace AyaNova.Biz
|
||||
await browser.CloseAsync();
|
||||
|
||||
log.LogDebug($"Render completed successfully, output filename is: {outputFileName}, logging to job for client");
|
||||
await JobsBiz.LogJobAsync(job.GId, $"reportfilename:\"{outputFileName}\"");
|
||||
await JobsBiz.LogJobAsync(job.GId, $"{{\"reportfilename\":\"{outputFileName}\"}}");
|
||||
await JobsBiz.UpdateJobStatusAsync(job.GId, JobStatus.Completed);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user