Format cleanup

This commit is contained in:
Christoph Kluge
2023-05-12 11:19:37 +02:00
parent 23e485afce
commit 96e4448505
6 changed files with 80 additions and 78 deletions

View File

@@ -59,16 +59,16 @@
`;
$: metricsQuery = queryStore({
client,
query,
variables: { id, metrics, scopes },
client: client,
query: query,
variables: { id, metrics, scopes }
});
function refresh() {
queryStore({
client,
query,
variables: { id, metrics, scopes },
client: client,
query: query,
variables: { id, metrics, scopes }
});
}