浏览代码

Update NodeinfoService, fix typo

Daniel Supernault 10 月之前
父节点
当前提交
edad436d4d
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 {