fix issue with longer context
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user