1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

fix spacing

This commit is contained in:
Sosuke Suzuki
2017-06-10 12:58:24 +09:00
parent 186a815821
commit 278061e4f1

View File

@@ -12,9 +12,9 @@ const mobileAnalyticsClient = new AMA.Manager({
})
function initAwsMobileAnalytics () {
AWS.config.credentials.get(function(err) {
AWS.config.credentials.get(function (err) {
if (!err) {
console.log("Cognito Identity ID: " + AWS.config.credentials.identityId)
console.log('Cognito Identity ID: ' + AWS.config.credentials.identityId)
}
})
recordStaticCustomEvent()