Skip to content

Commit

Permalink
Update Reader.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Nov 20, 2024
1 parent 5d856b3 commit 5466645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BancosBrasileiros.MergeTool/Helpers/Reader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ private static string GetPixData(DateTime date)
{
return DownloadString(string.Format(Constants.SpiUrl, date));
}
catch (WebException)
catch (Exception)
{
return null;
}
Expand Down

0 comments on commit 5466645

Please sign in to comment.