Fix duplicate fs definition 86/87786/1
authorPatrick Brady <patrick.brady@att.com>
Wed, 15 May 2019 16:38:23 +0000 (09:38 -0700)
committerPatrick Brady <patrick.brady@att.com>
Wed, 15 May 2019 16:38:27 +0000 (09:38 -0700)
Change-Id: I6e375fe95059477e9406d604a6dde25bae9345c0
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1600

src/app/ndserver.js

index 5bbf0da..0826740 100644 (file)
@@ -31,8 +31,6 @@ const options = {
 var bodyParser = require('body-parser');
 var textParser = bodyParser.text({ type: 'text/*' });
 
-const fs = require('fs');
-
 const path = require('path');
 
 const PORT = process.env.PORT || 8080;