mining ledger troubleshooting

This commit is contained in:
2019-12-09 23:50:41 -06:00
parent 34da40dc59
commit 93a1f568c8

View File

@@ -78,7 +78,7 @@ class MoonLedgerController extends Controller
//If an exception has occurred, then do nothing
}
array_push($structures, [$resp->observer_id => $structureInfo->name]);
$structures[$resp->observer_id] = $structureInfo->name;
}
dd($structures);