mirror of https://github.com/CIRCL/url-abuse
Fix last commit
parent
5656240673
commit
04fb779037
|
@ -113,10 +113,10 @@
|
|||
globFct.poller(jobID, function(data){
|
||||
scope.ipv4 = data[0];
|
||||
scope.ipv6 = data[1];
|
||||
if (scope.ipv4.length === 0){
|
||||
if (!scope.ipv4){
|
||||
scope.ipv4 = ['Unable to resolve in IPv4'];
|
||||
}
|
||||
if (scope.ipv6.length === 0){
|
||||
if (!scope.ipv6){
|
||||
scope.ipv6 = ['Unable to resolve in IPv6'];
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue