fix: lint fix

This commit is contained in:
John Johnston 2021-07-29 10:13:47 -07:00
parent 3e3fa4ba12
commit fc0346bce1
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ Client.prototype.add = function add (name, entry, controls, callback) {
attr.addValue(v.toString())
})
} else if (Buffer.isBuffer(save[k])) {
attr.addValue(save[k]);
attr.addValue(save[k])
} else {
attr.addValue(save[k].toString())
}