We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0620726 + 42faa43 commit 2f4af40Copy full SHA for 2f4af40
1 file changed
packages/fxa-auth-server/bin/profile_server_messaging.js
@@ -38,5 +38,5 @@ DB.connect(config).then((db) => {
38
},
39
});
40
41
- profileUpdates(profileUpdatesQueue, push(log, db, config), db);
+ profileUpdates(profileUpdatesQueue, push(log, db, config, statsd), db);
42
0 commit comments