mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
fix spacing
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user