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

Fix: make tests pass

parent 76c5278d
No related branches found
No related tags found
No related merge requests found
......@@ -236,7 +236,7 @@ function PeeringService(server) {
yield that.peer(selfPeer);
server.push(selfPeer);
logger.info("Next peering signal in %s min", signalTimeInterval / 1000 / 60);
done && done(null, selfPeer);
done && done();
return selfPeer;
} catch(e) {
if (done) return done(e);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment