mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-15 04:10:51 +08:00
fix: 修复节点状态列表接口报错的问题
This commit is contained in:
@@ -17,7 +17,7 @@ class NodeResource extends JsonResource
|
||||
return [
|
||||
'id' => $this['id'],
|
||||
'type' => $this['type'],
|
||||
'version' => $this['version'],
|
||||
'version' => $this['version'] ?? null,
|
||||
'name' => $this['name'],
|
||||
'rate' => $this['rate'],
|
||||
'tags' => $this['tags'],
|
||||
|
||||
Reference in New Issue
Block a user