Commit d2bd4e0501a63a1b6b1d84b43413b4633eadef0d
1 parent
b9d4c0ca23
Exists in
master
Remove an unused var
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
gateway/pull.js
... | ... | @@ -329,7 +329,7 @@ function report(data) { |
329 | 329 | logger.verbose('Report to CORE using HTTP POST'); |
330 | 330 | } |
331 | 331 | |
332 | - request.post(options, function(error, response, body) { | |
332 | + request.post(options, function(error, response) { | |
333 | 333 | if (error) { |
334 | 334 | logger.warn('Error reporting to CORE', {error: error}); |
335 | 335 | resendReport(data); |