refactor: rename to to better reflect meaning

This commit is contained in:
Skipper
2026-04-19 13:35:18 +02:00
parent e4db36f145
commit ec5a8143fb
55 changed files with 387 additions and 387 deletions

View File

@@ -48,7 +48,7 @@ impl Bootstrapper {
let row_count: i64 = {
let mut conn = db.get().await?;
schema::useragent_client::table
schema::operator_client::table
.count()
.get_result(&mut conn)
.await?