Changeset dda6f51 for pages/dashboard
- Timestamp:
- 12/29/25 03:57:02 (6 months ago)
- Branches:
- main
- Children:
- f46bf5c
- Parents:
- 3870834
- File:
-
- 1 edited
-
pages/dashboard/admin/adminDashboard.telefunc.ts (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pages/dashboard/admin/adminDashboard.telefunc.ts
r3870834 rdda6f51 63 63 return { success: true }; 64 64 } 65 66 export async function onGetDetailsForNewComponent({ type } 67 : { type: string }) { 68 const { c, userId } = await requireAdmin() 69 70 const details = await drizzleQueries.getDetailsForNewComponent(type); 71 72 return details; 73 }
Note:
See TracChangeset
for help on using the changeset viewer.
