Fix duplicate query import in MCP route

This commit is contained in:
2026-06-15 13:52:25 -07:00
parent c499044783
commit 9b19befa0a

View File

@@ -3259,7 +3259,6 @@ const DB_TYPES: readonly CoolifyDatabaseType[] = [
];
import { query } from "@/lib/db-postgres";
async function toolWorkspaceDbQuery(
principal: Principal,