Changeset 2c6d75a for pages


Ignore:
Timestamp:
12/24/25 23:43:39 (7 months ago)
Author:
Tome <gjorgievtome@…>
Branches:
main
Children:
76b980b
Parents:
59f8f5a
Message:

add optional param

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pages/+Layout.telefunc.ts

    r59f8f5a r2c6d75a  
    4444
    4545export async function onGetApprovedBuilds({ limit, sort, q }
    46                                                  : { limit?: number; sort: string; q?: string }) {
     46                                                 : { limit?: number; sort?: string; q?: string }) {
    4747    const context = ctx();
    4848
Note: See TracChangeset for help on using the changeset viewer.