Changeset 83fb5e2 for pages/dashboard
- Timestamp:
- 12/25/25 01:49:51 (7 months ago)
- Branches:
- main
- Children:
- e7f1bfa
- Parents:
- d4842f4
- Location:
- pages/dashboard
- Files:
-
- 2 edited
-
admin/adminDashboard.telefunc.ts (modified) (1 diff)
-
user/userDashboard.telefunc.ts (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pages/dashboard/admin/adminDashboard.telefunc.ts
rd4842f4 r83fb5e2 61 61 if(!newComponentId) throw Abort(); 62 62 63 return newComponentId;63 return { success: true }; 64 64 } -
pages/dashboard/user/userDashboard.telefunc.ts
rd4842f4 r83fb5e2 28 28 const result = await drizzleQueries.deleteBuild(c.db, userId, buildId); 29 29 30 if(!result) throw Abort(); 31 30 32 return { success: true }; 31 33 }
Note:
See TracChangeset
for help on using the changeset viewer.
