From c4f4be0aa87b37c9d9f139f44bd5f91991c7a819 Mon Sep 17 00:00:00 2001 From: Sergiu Toma Date: Mon, 19 Sep 2022 17:42:16 +0300 Subject: [PATCH] LINXD-2222: Update --- app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app.js b/app.js index 34c7a9f..c2e297c 100644 --- a/app.js +++ b/app.js @@ -6,7 +6,6 @@ require('dotenv').config() const app = require('express')(); const https = require('https'); const path = require('node:path'); -const __dirname = path.resolve() let https; try { https = require('node:https');