Skip to content

Commit

Permalink
Update SettlementReportsController.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
FirestarJes committed Sep 24, 2024
1 parent 489c9ab commit bf8c1e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ await _downloadHandler
_userContext.CurrentUser.MultiTenancy)
.ConfigureAwait(false);

return File(stream.GetBuffer(), MediaTypeNames.Application.Zip);
return File(stream.GetBuffer(), MediaTypeNames.Application.Octet);
}
catch (Exception ex) when (ex is InvalidOperationException or RequestFailedException)
{
Expand Down

0 comments on commit bf8c1e9

Please sign in to comment.