Format, lint, check

This commit is contained in:
Jon Staab
2026-03-26 14:53:38 -07:00
parent a068b6471a
commit 9231079e92
2 changed files with 11 additions and 4 deletions
+5 -1
View File
@@ -481,7 +481,11 @@ impl Repo {
Ok(rows)
}
pub async fn list_activity_for_tenant(&self, tenant: &str, since: &i64) -> Result<Vec<Activity>> {
pub async fn list_activity_for_tenant(
&self,
tenant: &str,
since: &i64,
) -> Result<Vec<Activity>> {
let rows = sqlx::query_as::<_, Activity>(
"SELECT id, tenant, created_at, activity_type, resource_type, resource_id
FROM activity