Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dhmlau committed Apr 7, 2021
1 parent 21ff912 commit d9068fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 19 deletions.
22 changes: 4 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/http.js
Expand Up @@ -9,7 +9,7 @@ var url = require('url');
var req = require('request');
var debug = require('debug')('strong-soap:http');
var debugSensitive = require('debug')('strong-soap:http:sensitive');
var httpntlm = require('httpntlm');
var httpntlm = require('httpntlm-maa');
var uuid = require('uuid').v4;


Expand Down

0 comments on commit d9068fe

Please sign in to comment.