diff --git a/web/src/main.js b/web/src/main.js index 3c3fc78d2c..298e72a13c 100644 --- a/web/src/main.js +++ b/web/src/main.js @@ -215,7 +215,7 @@ const app = { onResume() { // Count a pageview - thirdPartyServices.trackWithCurrentApplicationState('Visit'), + thirdPartyServices.trackWithCurrentApplicationState('Visit'); codePush.sync(null, { installMode: InstallMode.ON_NEXT_RESUME }); }, };