Skip to content

Commit

Permalink
removed unnecessary var request (Robot.ts)
Browse files Browse the repository at this point in the history
  • Loading branch information
wwlib committed Nov 28, 2018
1 parent 2a6938f commit 1928e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/model/Robot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ export default class Robot extends EventEmitter {
console.log('photo ready - uri: ', uri);
//start getting the thing
const file = fs.createWriteStream('./PhotoIzHere.jpg');
var request = http.get({
http.get({
hostname: this.ip,
port: 8160, //7160, //8160,
path: uri
Expand Down

0 comments on commit 1928e44

Please sign in to comment.