Explorar el Código

Update NodeinfoService, fix typo

Daniel Supernault hace 10 meses
padre
commit
edad436d4d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Services/NodeinfoService.php

+ 1 - 1
app/Services/NodeinfoService.php

@@ -60,7 +60,7 @@ class NodeinfoService
         $hrefDomain = parse_url($href, PHP_URL_HOST);
 
         if($domain !== $hrefDomain) {
-            return 60;
+            return false;
         }
 
         try {