Skip to content

Commit

Permalink
Bump version 4.6.3 (#1871)
Browse files Browse the repository at this point in the history
* Bump version 4.6.3

* Update index.js
  • Loading branch information
kgardnr authored and wyattjoh committed Sep 17, 2018
1 parent 008a4fd commit 197fbc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion graph/subscriptions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 197fbc3

Please sign in to comment.