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-1160 fix bug with engaged_offer ping #94

Merged
Merged
Changes from all commits
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

@@ -162,7 +162,7 @@ class Metrics {

// Rewards Pings
case 'engaged_offer':
this._sendReq('engaged', ['daily', 'weekly', 'monthly']);
this._sendReq('engaged_offer', ['daily', 'weekly', 'monthly']);
break;
case 'rewards_off':
case 'rewards_on':
ProTip! Use n and p to navigate between commits in a pull request.