修复 服务器重复的问题

This commit is contained in:
iVampireSP.com 2023-01-20 16:19:04 +08:00
parent a7ade7843d
commit 9b1e6c80d9
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -39,7 +39,7 @@ public function handle(): void
{
$module = $this->module;
$servers = Cache::get('module:' . $module->id . ':servers', []);
$servers = [];
try {
$response = $module->http()->get('remote');