Browse Source

Update NodeinfoService, fix typo

Daniel Supernault 10 months ago
parent
commit
edad436d4d
1 changed files with 1 additions and 1 deletions
  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);
         $hrefDomain = parse_url($href, PHP_URL_HOST);
 
 
         if($domain !== $hrefDomain) {
         if($domain !== $hrefDomain) {
-            return 60;
+            return false;
         }
         }
 
 
         try {
         try {