mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-16 11:15:12 +00:00
fix spacing
This commit is contained in:
@@ -14,7 +14,7 @@ const mobileAnalyticsClient = new AMA.Manager({
|
|||||||
function initAwsMobileAnalytics () {
|
function initAwsMobileAnalytics () {
|
||||||
AWS.config.credentials.get(function (err) {
|
AWS.config.credentials.get(function (err) {
|
||||||
if (!err) {
|
if (!err) {
|
||||||
console.log("Cognito Identity ID: " + AWS.config.credentials.identityId)
|
console.log('Cognito Identity ID: ' + AWS.config.credentials.identityId)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
recordStaticCustomEvent()
|
recordStaticCustomEvent()
|
||||||
|
|||||||
Reference in New Issue
Block a user