From ce6c8fdb3a61136436bdcb5f4f7ca3e3cac1f86b Mon Sep 17 00:00:00 2001 From: Esdras Renan Date: Wed, 15 Oct 2025 23:44:00 -0300 Subject: [PATCH] fix: layout de empresas e ajustes no fluxo de provisioning --- src/app/api/integrations/fleet/hosts/route.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/api/integrations/fleet/hosts/route.ts b/src/app/api/integrations/fleet/hosts/route.ts index 59e5d8f..0ffc1d2 100644 --- a/src/app/api/integrations/fleet/hosts/route.ts +++ b/src/app/api/integrations/fleet/hosts/route.ts @@ -4,7 +4,6 @@ import { ConvexHttpClient } from "convex/browser" import { api } from "@/convex/_generated/api" import { env } from "@/lib/env" -import { DEFAULT_TENANT_ID } from "@/lib/constants" const fleetHostSchema = z.object({ host: z @@ -166,7 +165,6 @@ export async function POST(request: Request) { const result = await client.mutation(api.machines.upsertInventory, { provisioningCode: fleetSecret, hostname, - companySlug: undefined, os: osInfo, macAddresses, serialNumbers,