Skip to content

Commit

Permalink
weird
Browse files Browse the repository at this point in the history
  • Loading branch information
Jebzou committed Oct 24, 2023
1 parent b62dbf5 commit e33628d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
namespace ElectronicObserver.Utility.ElectronicObserverApi.DataIssueLogs;

public class WrongUpgradesIssueReporter
{ public void ProcessUpgradeList(string _, dynamic data)
{
public void ProcessUpgradeList(string _, dynamic data)
{
ElectronicObserverApiService api = Ioc.Default.GetRequiredService<ElectronicObserverApiService>();

Expand Down

0 comments on commit e33628d

Please sign in to comment.