add id sorting to http request logs

This commit is contained in:
miloschwartz
2026-08-19 10:42:14 -04:00
parent bb824a7070
commit e377afe9f6
@@ -158,7 +158,7 @@ export function queryRequest(data: Q) {
})
.from(requestAuditLog)
.where(getWhere(data))
.orderBy(desc(requestAuditLog.timestamp));
.orderBy(desc(requestAuditLog.timestamp), desc(requestAuditLog.id));
}
async function enrichWithResourceDetails(