work work hard work

This commit is contained in:
StellaOps Bot
2025-12-18 00:47:24 +02:00
parent dee252940b
commit b4235c134c
189 changed files with 9627 additions and 3258 deletions

View File

@@ -120,7 +120,7 @@ public sealed class FailureSignatureRepository : RepositoryBase<SchedulerDataSou
ORDER BY last_seen_at DESC
""";
return await QueryListAsync(
return await QueryAsync(
tenantId,
sql,
cmd =>
@@ -147,7 +147,7 @@ public sealed class FailureSignatureRepository : RepositoryBase<SchedulerDataSou
LIMIT @limit
""";
return await QueryListAsync(
return await QueryAsync(
tenantId,
sql,
cmd =>
@@ -176,7 +176,7 @@ public sealed class FailureSignatureRepository : RepositoryBase<SchedulerDataSou
LIMIT @limit
""";
return await QueryListAsync(
return await QueryAsync(
tenantId,
sql,
cmd =>