mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 01:36:22 +00:00
Fix typos Dynamit to Dynamic
This commit is contained in:
@@ -23,7 +23,7 @@ function initAwsMobileAnalytics () {
|
||||
recordStaticCustomEvent()
|
||||
}
|
||||
|
||||
function recordDynamitCustomEvent (type) {
|
||||
function recordDynamicCustomEvent (type) {
|
||||
if (process.env.NODE_ENV !== 'production' || !ConfigManager.default.get().amaEnabled) return
|
||||
mobileAnalyticsClient.recordEvent(type)
|
||||
}
|
||||
@@ -37,5 +37,5 @@ function recordStaticCustomEvent () {
|
||||
|
||||
module.exports = {
|
||||
initAwsMobileAnalytics,
|
||||
recordDynamitCustomEvent
|
||||
recordDynamicCustomEvent
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user