rchipka/node-osmosis

(bug): typo: replace key with option

dc165015 opened this issue · 1 comments

} else if (key !== undefined) {

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?