Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
corradio committed Aug 16, 2018
1 parent 37c79b5 commit ed4b423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ const app = {

onResume() {
// Count a pageview
thirdPartyServices.trackWithCurrentApplicationState('Visit'),
thirdPartyServices.trackWithCurrentApplicationState('Visit');
codePush.sync(null, { installMode: InstallMode.ON_NEXT_RESUME });
},
};
Expand Down

0 comments on commit ed4b423

Please sign in to comment.