Bug Fixed
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kamonwan taengsuk
2024-09-25 11:02:59 +07:00
parent 5587ae4b01
commit ca8e2cd529
5 changed files with 6 additions and 6 deletions

View File

@@ -219,7 +219,7 @@ namespace rmutr_report.Controllers
report.Export(pdf, stream);
stream.Seek(0, SeekOrigin.Begin);
return File(stream, "application/pdf");
break;
break;
case "mht":
MHTExport mht = new MHTExport();
report.Export(mht, stream);