Skip to content

Commit e170564

Browse files
Merge pull request #18 from iExecBlockchainComputing/feature/update-chatid-to-telegram_chatId
Dapp : update chatid to telegram_chatId
2 parents caa6ca6 + 3511360 commit e170564

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

dapp/src/executeTask.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ async function start() {
5656
try {
5757
const deserializer = new IExecDataProtectorDeserializer();
5858
protectedData = {
59-
chatId: await deserializer.getValue('chatId', 'string'),
59+
chatId: await deserializer.getValue('telegram_chatId', 'string'),
6060
};
6161
} catch (e) {
6262
throw Error(`Failed to parse ProtectedData: ${e.message}`);
100 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)