dc165015 opened this issue 6 years ago · 1 comments
node-osmosis/index.js
Line 141 in 6540b47
there is a bug:
key !== undefined
will never be executed, I guess @rchipka wants to type
option !== undefined
I have replaced and created a pull request also. Can you please go through the pull request and make that into merged?