Skip to content

Commit

Permalink
Update probe_master probe field
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKinrar committed Feb 8, 2020
1 parent 21de5e9 commit 38ce120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion probe_master.js
Expand Up @@ -36,7 +36,7 @@ io.on('connection', (socket) => {

Ping.bulkCreate(results.map(r => ({
instance: r.inst,
probe: socket.handshake.query.probe,
probeId: socket.handshake.query.probe,

success: !r.err,
error: r.err,
Expand Down

0 comments on commit 38ce120

Please sign in to comment.