From 07d89e50583d87ca486b52ede38ac2225f7b3308 Mon Sep 17 00:00:00 2001 From: William Mantly Date: Fri, 21 Aug 2020 17:05:16 -0400 Subject: [PATCH] breaks --- app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app.js b/app.js index ac5f150..b8ae573 100755 --- a/app.js +++ b/app.js @@ -1,6 +1,5 @@ #!/usr/bin/env nodejs const app = {}; -module.exports = app; const {P2P} = require('./p2p') @@ -26,3 +25,5 @@ app.p2p = new P2P({ }) app.pubsub = require('./pubsub') + +module.exports = app; \ No newline at end of file