diff --git a/app.js b/app.js index c2e297c..5be10ba 100644 --- a/app.js +++ b/app.js @@ -4,7 +4,6 @@ require('dotenv').config() const app = require('express')(); -const https = require('https'); const path = require('node:path'); let https; try {