mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-16 03:06:27 +00:00
fix spacing
This commit is contained in:
@@ -14,7 +14,7 @@ const mobileAnalyticsClient = new AMA.Manager({
|
||||
function initAwsMobileAnalytics () {
|
||||
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()
|
||||
|
||||
Reference in New Issue
Block a user