fix issue with longer context

This commit is contained in:
2025-04-10 21:43:21 +03:00
parent 6a1702282d
commit 980b733a32
4 changed files with 44 additions and 51 deletions

View File

@@ -2,7 +2,6 @@ import { get } from "radash";
export default defineEventHandler(async (event) => {
const body = await readBody(event);
const db = useDrizzle();
const aspectType = get(body, "aspect_type");
const objectType = get(body, "object_type");