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,