fix: mix cached and uncached data on the ws-agent
This commit is contained in:
parent
eb922c9318
commit
39546849ae
2 changed files with 2 additions and 2 deletions
|
|
@ -143,5 +143,5 @@ export async function queryAgent(nodes: string[]) {
|
|||
}
|
||||
}
|
||||
|
||||
return returnData
|
||||
return returnData ? { ...cached, ...returnData } : cached;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue