Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
rm warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Oskarowski committed Apr 21, 2024
1 parent a1290c8 commit ba8012e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Tests/Seeders/RandomFiller.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public void Fill(IDataContext context)
}
}
}
catch (Exception e)
catch (Exception)
{
// throw new Exception("Error", e);
}
Expand Down

0 comments on commit ba8012e

Please sign in to comment.