diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-03 16:33:14 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-03 16:33:14 +0200 |
| commit | b51c85b809fe19815aa92ed8eb844fe1840e8039 (patch) | |
| tree | d376f408c4f8c096e6119c9569406b98e57ce03a /server.js | |
| parent | fc2a8143e89401d44d42b599f6019e6de76fc75d (diff) | |
| download | bridge-b51c85b809fe19815aa92ed8eb844fe1840e8039.tar.gz bridge-b51c85b809fe19815aa92ed8eb844fe1840e8039.zip | |
send the players to processor, not jsonapi data
Diffstat (limited to 'server.js')
| -rw-r--r-- | server.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -97,7 +97,7 @@ async function searchPlayer(name) { // // send to processor, so the player is in db // no matter whether we find matches or not - await ch.sendToQueue("process", new Buffer(JSON.stringify(players)), + await ch.sendToQueue("process", new Buffer(JSON.stringify(players.data)), { persistent: true, type: "player" }); // request grab jobs |
