mirror of
https://github.com/fosrl/pangolin.git
synced 2026-08-20 11:12:31 +02:00
add id sorting to http request logs
This commit is contained in:
@@ -158,7 +158,7 @@ export function queryRequest(data: Q) {
|
|||||||
})
|
})
|
||||||
.from(requestAuditLog)
|
.from(requestAuditLog)
|
||||||
.where(getWhere(data))
|
.where(getWhere(data))
|
||||||
.orderBy(desc(requestAuditLog.timestamp));
|
.orderBy(desc(requestAuditLog.timestamp), desc(requestAuditLog.id));
|
||||||
}
|
}
|
||||||
|
|
||||||
async function enrichWithResourceDetails(
|
async function enrichWithResourceDetails(
|
||||||
|
|||||||
Reference in New Issue
Block a user