LINXD-2222: Update

This commit is contained in:
Sergiu Toma 2022-09-19 17:42:42 +03:00
parent c4f4be0aa8
commit fc111540d8
1 changed files with 0 additions and 1 deletions

1
app.js
View File

@ -4,7 +4,6 @@
require('dotenv').config()
const app = require('express')();
const https = require('https');
const path = require('node:path');
let https;
try {