From 8d23e398edd1d2474b1a871b6a557c1ec1667159 Mon Sep 17 00:00:00 2001 From: Juan Matias Kungfoo de la Camara Beovide Date: Thu, 4 May 2023 15:31:08 -0300 Subject: [PATCH] Fix/ fixing duplicated const --- src/bin/www | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/bin/www b/src/bin/www index b459d6a..837bedd 100755 --- a/src/bin/www +++ b/src/bin/www @@ -10,11 +10,6 @@ const http = require('http'); const https = require('https'); const fs = require('fs'); -const options = { -// cert: fs.readFileSync('etc/tls/fullchain.pem'), -// key: fs.readFileSync('etc/tls/privkey.pem') -} - /** * Get ports from environment and store in Express. */