From 1c3fbcc147d1eef3e72a778d3783a99dca582a6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20Sander?= Date: Fri, 20 Sep 2024 19:32:09 +0000 Subject: [PATCH] fix: Remove leftover references to Postgress log db in the code --- src/globals.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/globals.js b/src/globals.js index b4a57055..83db1e63 100755 --- a/src/globals.js +++ b/src/globals.js @@ -7,7 +7,6 @@ import fs from 'fs-extra'; import winston from 'winston'; import 'winston-daily-rotate-file'; import si from 'systeminformation'; -import pg from 'pg'; import { readFileSync } from 'fs'; import Influx from 'influx'; import { Command, Option } from 'commander';