chore: extract misc fixes into #18328

This commit is contained in:
Dax Raad
2026-03-19 22:13:38 -04:00
parent 65e786258a
commit 3eeeec359a
5 changed files with 5 additions and 5 deletions
@@ -29,7 +29,7 @@ export const ProjectRoutes = lazy(() =>
},
}),
async (c) => {
const projects = Project.list()
const projects = await Project.list()
return c.json(projects)
},
)