Skip to content

Commit 658e68d

Browse files
authored
Fix URL is undefined
See #96
1 parent ad7a7f5 commit 658e68d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/util/getVerification.js

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ var http = require('./http.js').func
33
var getHash = require('./getHash.js').func
44
var getVerificationInputs = require('./getVerificationInputs.js').func
55
var cache = require('../cache')
6+
var URL = require('url').URL
67

78
// Args
89
exports.required = ['url']

0 commit comments

Comments
 (0)