Browse Source

Update NodeinfoService, fix typo

Daniel Supernault 10 tháng trước cách đây
mục cha
commit
edad436d4d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 {