mirror of
https://github.com/tale/headplane.git
synced 2026-08-27 15:37:04 +00:00
fix: mix cached and uncached data on the ws-agent
This commit is contained in:
@@ -143,5 +143,5 @@ export async function queryAgent(nodes: string[]) {
|
||||
}
|
||||
}
|
||||
|
||||
return returnData
|
||||
return returnData ? { ...cached, ...returnData } : cached;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user