Skip to content

Commit 2f4af40

Browse files
authored
Merge pull request #20086 from mozilla/FXA-13169
bug(auth): Statsd not passed to lib/push
2 parents 0620726 + 42faa43 commit 2f4af40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/fxa-auth-server/bin/profile_server_messaging.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ DB.connect(config).then((db) => {
3838
},
3939
});
4040

41-
profileUpdates(profileUpdatesQueue, push(log, db, config), db);
41+
profileUpdates(profileUpdatesQueue, push(log, db, config, statsd), db);
4242
});

0 commit comments

Comments
 (0)