We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f4209c + 655d95d commit 771a127Copy full SHA for 771a127
2 files changed
app-template/bitcoincom/appConfig.json
@@ -24,9 +24,9 @@
24
"windowsAppId": "804636ee-b017-4cad-8719-e58ac97ffa5c",
25
"pushSenderId": "1036948132229",
26
"description": "A Secure Bitcoin Wallet",
27
- "version": "5.6.2",
28
- "fullVersion": "5.6-rc3",
29
- "androidVersion": "506200",
+ "version": "5.6.3",
+ "fullVersion": "5.6-hotfix1",
+ "androidVersion": "506300",
30
"_extraCSS": "",
31
"_enabledExtensions": {
32
"coinbase": false,
src/js/services/bit-analytics.service.js
@@ -70,7 +70,7 @@
70
}
71
72
function getVariablesFromChannel(channelName) {
73
- window.BitAnalytics.LogEventHandlers.getVariablesFromChannel(channelName);
+ return window.BitAnalytics.LogEventHandlers.getVariablesFromChannel(channelName);
74
75
76
0 commit comments