@@ -79,7 +79,7 @@ const trackEvent = () => {
const callbackID = window.plus.bridge.callbackId(success, fail)
- window.plus.bridge.exec('AppsFlyerExpand', 'initSDK', ['123','456',callbackID, ])
+ window.plus.bridge.exec('AppsFlyerExpand', 'initSDK', ['123', '456', callbackID])
})
}