Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-2072: Add subscription interval to ping params and change UpgradePlan CTA link params #586

Merged
merged 8 commits into from Jul 27, 2020
Prev

Add semicolon

  • Loading branch information
benstrumeyer committed Jul 27, 2020
commit 2574305ac6e14cb2274e5617b7d8c61857136aff
@@ -823,7 +823,7 @@ function onMessageHandler(request, sender, callback) {
.catch((err) => {
log('LOGIN ERROR', err);
callback({ errors: _getJSONAPIErrorsObject(err) });
})
});
return true;
}
if (name === 'account.register') {
ProTip! Use n and p to navigate between commits in a pull request.