Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit fc0346b

Browse files
author
John Johnston
committed
fix: lint fix
1 parent 3e3fa4b commit fc0346b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/client/client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ Client.prototype.add = function add (name, entry, controls, callback) {
239239
attr.addValue(v.toString())
240240
})
241241
} else if (Buffer.isBuffer(save[k])) {
242-
attr.addValue(save[k]);
242+
attr.addValue(save[k])
243243
} else {
244244
attr.addValue(save[k].toString())
245245
}

0 commit comments

Comments
 (0)