Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fscherwi committed Feb 11, 2019
1 parent 8e32498 commit d85ee30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/get-uid.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ module.exports.get = function (HOST, PORT) {
setTimeout(() => {
ipcon.disconnect();
resolve(uidArray);
}, 10);
}, 25);
});
};

0 comments on commit d85ee30

Please sign in to comment.