- Timestamp:
- 12/24/25 23:41:42 (7 months ago)
- Branches:
- main
- Children:
- 2c6d75a
- Parents:
- 3fca46c
- File:
-
- 1 edited
-
pages/+Layout.telefunc.ts (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pages/+Layout.telefunc.ts
r3fca46c r59f8f5a 43 43 } 44 44 45 export async function onGetApprovedBuilds({ limit, q }46 : { limit?: number; q?: string }) {45 export async function onGetApprovedBuilds({ limit, sort, q } 46 : { limit?: number; sort: string; q?: string }) { 47 47 const context = ctx(); 48 48 49 const approvedBuilds = await drizzleQueries.getApprovedBuilds(context.db, limit, q);49 const approvedBuilds = await drizzleQueries.getApprovedBuilds(context.db, limit, sort, q); 50 50 51 51 return approvedBuilds;
Note:
See TracChangeset
for help on using the changeset viewer.
