Skip to content

Commit

Permalink
Update BigotryFilter.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
burdoto committed Nov 15, 2023
1 parent 4aa5dce commit 0f52007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/BigotryFilter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ static BigotryFilter()
}
catch (Exception e)
{
Log<BigotryFilter>.Error("Could not obtain pronouns", e);
throw new Exception("Could not obtain pronouns", e);
}
}

Expand Down

0 comments on commit 0f52007

Please sign in to comment.