mirror of
https://github.com/cwinfo/hyperboria-peers.git
synced 2025-06-25 12:59:23 +00:00
make peerName required in js
This commit is contained in:
2
tests.js
2
tests.js
@ -37,7 +37,7 @@ if (credsWithDns.length) {
|
||||
* contact
|
||||
*/
|
||||
|
||||
var requiredFields = ['password', 'publicKey', 'contact'];
|
||||
var requiredFields = ['password', 'publicKey', 'contact', 'peerName'];
|
||||
var recommendedFields = ['gpg', 'peerName'];
|
||||
|
||||
var insufficientFields = Peers.filter(function (x, p) {
|
||||
|
Reference in New Issue
Block a user