Skip to content

Commit 3511360

Browse files
rename 'chatId' field to 'telegram_chatId' in protected data parsing
1 parent caa6ca6 commit 3511360

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)