Pull Request branch dev-clone to main #1

Merged
gitea merged 429 commits from dev-clone into main 2024-12-23 09:31:34 +00:00
Showing only changes of commit 001327cc97 - Show all commits

View File

@ -330,7 +330,7 @@ const managementAspectRoute = new Hono<HonoEnv>()
const aspect = (await db.select().from(aspects).where(eq(aspects.id, aspectId)))[0];
if (!aspect) return c.notFound();
if (!aspect) throw notFound();
if (!aspect.deletedAt) {
throw forbidden({