Skip to content

Commit 42faa43

Browse files
committed
bug(auth): Statsd not passed to lib/push
1 parent 1c3472f commit 42faa43

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)