Skip to content

Commit c49d352

Browse files
author
ansuz
committed
make peerName required in js
1 parent 20b2c04 commit c49d352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ if (credsWithDns.length) {
3737
* contact
3838
*/
3939

40-
var requiredFields = ['password', 'publicKey', 'contact'];
40+
var requiredFields = ['password', 'publicKey', 'contact', 'peerName'];
4141
var recommendedFields = ['gpg', 'peerName'];
4242

4343
var insufficientFields = Peers.filter(function (x, p) {

0 commit comments

Comments
 (0)