fix: refina layout das colunas de empresas e corrige leitura de cookies e provisioning
This commit is contained in:
parent
7668c478f1
commit
444b910429
1 changed files with 0 additions and 1 deletions
|
|
@ -165,7 +165,6 @@ export async function POST(request: Request) {
|
||||||
try {
|
try {
|
||||||
const result = await client.mutation(api.machines.upsertInventory, {
|
const result = await client.mutation(api.machines.upsertInventory, {
|
||||||
provisioningCode: fleetSecret,
|
provisioningCode: fleetSecret,
|
||||||
tenantId: DEFAULT_TENANT_ID,
|
|
||||||
hostname,
|
hostname,
|
||||||
companySlug: undefined,
|
companySlug: undefined,
|
||||||
os: osInfo,
|
os: osInfo,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue