Bump version 4.6.3 (#1871)

* Bump version 4.6.3

* Update index.js
This commit is contained in:
Kim Gardner
2018-09-17 15:12:30 -06:00
committed by Wyatt Johnson
parent 008a4fd7d5
commit 197fbc33e0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ const onConnect = async (connectionParams, connection) => {
*/
const batchedUserRefresher = new DataLoader(
userIDs => {
console.log(`OPERATION: refreshing ${userIDs.length} users.`);
debug(`OPERATION: refreshing ${userIDs.length} users.`);
return User.find({ id: { $in: userIDs } }).then(
singleJoinBy(userIDs, 'id')
);
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "talk",
"version": "4.6.2",
"version": "4.6.3",
"description": "A better commenting experience from Mozilla, The New York Times, and the Washington Post. https://coralproject.net",
"main": "app.js",
"private": true,