mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
feat: update docker-compose.yml for selfhost
This commit is contained in:
parent
437ea72ed4
commit
292c182eb2
9 changed files with 68 additions and 84 deletions
|
|
@ -188,9 +188,7 @@ pub async fn update_stats_api(ctx: AppCtx) -> anyhow::Result<()> {
|
|||
|
||||
let data = resp.json::<PrometheusResult>().await?;
|
||||
|
||||
let error_handler = || {
|
||||
anyhow::anyhow!("missing data at {}", $q)
|
||||
};
|
||||
let error_handler = || anyhow::anyhow!("missing data at {}", $q);
|
||||
|
||||
data.data
|
||||
.result
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue