Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
a.hosseini committed May 21, 2024
1 parent 2cb1cf8 commit dae0a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fast cf ip scanner/Data/FastCFIPScannerDatabase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public async Task<string[]> GetAllIPs()
}
catch (Exception ex)

Check warning on line 44 in fast cf ip scanner/Data/FastCFIPScannerDatabase.cs

View workflow job for this annotation

GitHub Actions / build

The variable 'ex' is declared but never used

Check warning on line 44 in fast cf ip scanner/Data/FastCFIPScannerDatabase.cs

View workflow job for this annotation

GitHub Actions / build

The variable 'ex' is declared but never used
{
return System.Array.Empty<int>();
return System.Array.Empty<string>();
}
}
public async Task AddIP(IPModel ip)
Expand Down

0 comments on commit dae0a4c

Please sign in to comment.