From 444b910429e490949318769dc5c11e4932d85030 Mon Sep 17 00:00:00 2001 From: Esdras Renan Date: Wed, 15 Oct 2025 23:39:46 -0300 Subject: [PATCH] fix: refina layout das colunas de empresas e corrige leitura de cookies e provisioning --- src/app/api/integrations/fleet/hosts/route.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/api/integrations/fleet/hosts/route.ts b/src/app/api/integrations/fleet/hosts/route.ts index 1b1b6d6..59e5d8f 100644 --- a/src/app/api/integrations/fleet/hosts/route.ts +++ b/src/app/api/integrations/fleet/hosts/route.ts @@ -165,7 +165,6 @@ export async function POST(request: Request) { try { const result = await client.mutation(api.machines.upsertInventory, { provisioningCode: fleetSecret, - tenantId: DEFAULT_TENANT_ID, hostname, companySlug: undefined, os: osInfo,