Skip to content

Commit

Permalink
Fix for missing log parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Rhodes committed Jan 3, 2020
1 parent 8902f11 commit 770d50b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/getDevice.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const setupPing = (log) => {
}

const startPing = (device, log) => {
setupPing()
setupPing(log)

if (!ping) return

Expand Down

0 comments on commit 770d50b

Please sign in to comment.