Skip to content

Commit d469bcf

Browse files
committed
send the endpoint
1 parent 2598ec2 commit d469bcf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/src/lib/api.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1424,6 +1424,7 @@ export async function checkUnlockedKactus(
14241424
email: emails.find(e => e.primary),
14251425
login: user.login,
14261426
enterprise: endpoint !== getDotComAPIEndpoint(),
1427+
endpoint,
14271428
}),
14281429
})
14291430
if (response.status === HttpStatusCode.NotFound) {
@@ -1480,6 +1481,7 @@ export async function unlockKactusFullAccess(
14801481
enterprise: options.enterprise,
14811482
coupon: options.coupon,
14821483
metadata: options.metadata,
1484+
endpoint: account.endpoint,
14831485
}),
14841486
})
14851487
const res = await parsedResponse<{

0 commit comments

Comments
 (0)