Merge branch 'rolling' into optimize-and-make-code-idiomatic

This commit is contained in:
neon_arch 2023-09-10 18:11:12 +03:00 committed by GitHub
commit 82a78e3b42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 33 additions and 27 deletions

View file

@ -214,6 +214,7 @@ async fn results(
.await?
}
};
results.add_style(&config.style);
redis_cache
.clone()