Skip to content

Commit 771a127

Browse files
committed
Merge.
2 parents 5f4209c + 655d95d commit 771a127

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

app-template/bitcoincom/appConfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"windowsAppId": "804636ee-b017-4cad-8719-e58ac97ffa5c",
2525
"pushSenderId": "1036948132229",
2626
"description": "A Secure Bitcoin Wallet",
27-
"version": "5.6.2",
28-
"fullVersion": "5.6-rc3",
29-
"androidVersion": "506200",
27+
"version": "5.6.3",
28+
"fullVersion": "5.6-hotfix1",
29+
"androidVersion": "506300",
3030
"_extraCSS": "",
3131
"_enabledExtensions": {
3232
"coinbase": false,

src/js/services/bit-analytics.service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
}
7171

7272
function getVariablesFromChannel(channelName) {
73-
window.BitAnalytics.LogEventHandlers.getVariablesFromChannel(channelName);
73+
return window.BitAnalytics.LogEventHandlers.getVariablesFromChannel(channelName);
7474
}
7575

7676
}

0 commit comments

Comments
 (0)