id_parent_ok
This commit is contained in:
parent
ffacc8a555
commit
30fadfb3d6
@ -317,11 +317,12 @@ class ChatElement extends HTMLElement {
|
|||||||
};
|
};
|
||||||
|
|
||||||
console.log('📋 Template final:', JSON.stringify(messagingTemplate, null, 2));
|
console.log('📋 Template final:', JSON.stringify(messagingTemplate, null, 2));
|
||||||
|
console.log('👥 Création du process message comme enfant de:', currentProcessId);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const result = await this.sdkClient.create_new_process(
|
const result = await this.sdkClient.create_new_process(
|
||||||
JSON.stringify(messagingTemplate),
|
JSON.stringify(messagingTemplate),
|
||||||
this.processId,
|
currentProcessId,
|
||||||
relayAddress,
|
relayAddress,
|
||||||
feeRate
|
feeRate
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user