parent
c239b518e0
commit
35f210e074
@ -665,7 +665,9 @@ export const createSR = defer(async function (
|
|||||||
|
|
||||||
CURRENT_POOL_OPERATIONS[poolId] = { ...OPERATION_OBJECT, state: 0 }
|
CURRENT_POOL_OPERATIONS[poolId] = { ...OPERATION_OBJECT, state: 0 }
|
||||||
|
|
||||||
const tmpBoundObjectId = srs.join(',')
|
const tmpBoundObjectId = `tmp_${srs.join(',')}_${Math.random()
|
||||||
|
.toString(32)
|
||||||
|
.slice(2)}`
|
||||||
const license = await this.createBoundXosanTrialLicense({
|
const license = await this.createBoundXosanTrialLicense({
|
||||||
boundObjectId: tmpBoundObjectId,
|
boundObjectId: tmpBoundObjectId,
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user