Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed Apr 5, 2024
1 parent 450e7b8 commit 2e3492b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BUTR.CrashReport.Renderer.Zip/CrashReportZip.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace BUTR.CrashReport.Renderer.Zip;

public static class CrashReportArchiveRenderer
public static class CrashReportZip
{
public static Stream Build(Stream crashReportJson, Stream logsJson, Stream miniDump, Stream saveFile, Stream screenshot)
{
Expand Down

0 comments on commit 2e3492b

Please sign in to comment.