node-jira
node-jira copied to clipboard
Is OAuth dependency needed?
JSHint reports that this row:
OAuth = require("oauth");
has unused variable. And this is true.
Is it really needed somewhere?
so?
Anton, did you try running it without oauth? Jira does support OAuth for authentication. I assume this might have been pulled in in anticipation of adding support for it. We can remove it in the meantime however. Do you want to submit a PR?
Not required, removed in #127