Skip to content

Commit

Permalink
Merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
brendoncoin committed Mar 21, 2019
2 parents 5f4209c + 655d95d commit 771a127
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app-template/bitcoincom/appConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"windowsAppId": "804636ee-b017-4cad-8719-e58ac97ffa5c",
"pushSenderId": "1036948132229",
"description": "A Secure Bitcoin Wallet",
"version": "5.6.2",
"fullVersion": "5.6-rc3",
"androidVersion": "506200",
"version": "5.6.3",
"fullVersion": "5.6-hotfix1",
"androidVersion": "506300",
"_extraCSS": "",
"_enabledExtensions": {
"coinbase": false,
Expand Down
2 changes: 1 addition & 1 deletion src/js/services/bit-analytics.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
}

function getVariablesFromChannel(channelName) {
window.BitAnalytics.LogEventHandlers.getVariablesFromChannel(channelName);
return window.BitAnalytics.LogEventHandlers.getVariablesFromChannel(channelName);
}

}
Expand Down

0 comments on commit 771a127

Please sign in to comment.