mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
fix: agent route to add json parser
This commit is contained in:
@@ -2,7 +2,6 @@ import { db } from "@/db";
|
||||
import * as drizzleDb from "@/db";
|
||||
import { eq, inArray, and, or, isNull } from "drizzle-orm";
|
||||
import {ApiKeyContextUser} from "@/lib/api-v1/types";
|
||||
import {notFound} from "next/navigation";
|
||||
import {AgentWith} from "@/db/schema/08_agent";
|
||||
|
||||
export async function getAccessibleAgentIds(
|
||||
|
||||
Reference in New Issue
Block a user