mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-01-22 10:38:14 -05:00
fix: 修复节点状态列表接口报错的问题
This commit is contained in:
parent
b934128449
commit
92532333cb
@ -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'],
|
||||
|
Loading…
Reference in New Issue
Block a user