Commit 4d8e9c52c3e039e047dbf889d7ee473e878e01eb
1 parent
22f85d9055
Exists in
master
semicolon end
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
partner-simplepay.js
... | ... | @@ -313,7 +313,7 @@ function reverseReportHandler(body) { |
313 | 313 | function createReverseHttpServer() { |
314 | 314 | var httpServer = http.createServer(function(req, res) { |
315 | 315 | |
316 | - const qs = URL.parse(req.url, true).query | |
316 | + const qs = URL.parse(req.url, true).query; | |
317 | 317 | logger.info('Got request from partner', {remote_address: req.connection.remoteAddress, url: req.url, qs: qs}); |
318 | 318 | |
319 | 319 | var body = ""; |