Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ilike2burnthing authored Mar 1, 2024
1 parent 73c929d commit b6e460f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FlareSolverrSharp/Solvers/FlareSolverr.cs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ private FlareSolverrRequestProxy GetProxy()
{
Url = ProxyUrl,
};
if (!string.IsNullOrWhiteSpace(ProxyUsername)
if (!string.IsNullOrWhiteSpace(ProxyUsername))
{
proxy.Username = ProxyUsername;
};
Expand Down

0 comments on commit b6e460f

Please sign in to comment.