Skip to content

Commit dae0a4c

Browse files
author
a.hosseini
committed
.
1 parent 2cb1cf8 commit dae0a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fast cf ip scanner/Data/FastCFIPScannerDatabase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public async Task<string[]> GetAllIPs()
4343
}
4444
catch (Exception ex)
4545
{
46-
return System.Array.Empty<int>();
46+
return System.Array.Empty<string>();
4747
}
4848
}
4949
public async Task AddIP(IPModel ip)

0 commit comments

Comments
 (0)