mirror of
https://github.com/fosrl/pangolin.git
synced 2026-08-23 04:30:20 +02:00
Merge branch 'dev' into feat/ip-filtering
This commit is contained in:
@@ -179,7 +179,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(
|
||||
|
||||
Reference in New Issue
Block a user