Fix c&p error

This commit is contained in:
joshaber 2017-04-04 11:45:27 -04:00
parent 736d6afe73
commit 2749ded062

View file

@ -288,7 +288,7 @@ module.exports = {
} }
let {certificate, message} = options let {certificate, message} = options
if (certificate == null || typeof options !== 'object') { if (certificate == null || typeof certificate !== 'object') {
throw new TypeError('certificate must be an object') throw new TypeError('certificate must be an object')
} }