Skip to content
Snippets Groups Projects
Commit 34dfab9a authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[fix] Make tests pass

parent df6add36
Branches
Tags
No related merge requests found
......@@ -8,7 +8,7 @@ module.exports = {
duniter: {
service: {
neutral: (server:any, conf:ConfDTO) => {
for (const ep of conf.endpoints) {
for (const ep of conf.endpoints || []) {
server.addEndpointsDefinitions(async () => ep)
}
return new PeerSignalEmitter(server, conf)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment