Skip to content

Commit

Permalink
Change method
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryba1986 committed Nov 10, 2023
1 parent 0bdde01 commit 57f1dd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public async Task<FileResult> Handle(GetPlcReportQuery request, CancellationToke
{
Name = typeProcessor.GetFileName(request.Date),
Type = "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
Data = await ep.GetAsByteArrayAsync(cancellationToken),
Data = ep.GetAsByteArray(),
};
}

Expand Down

0 comments on commit 57f1dd9

Please sign in to comment.