Skip to content

Commit

Permalink
fix: Remove leftover references to Postgress log db in the code
Browse files Browse the repository at this point in the history
  • Loading branch information
Göran Sander committed Sep 20, 2024
1 parent 0eb42c1 commit 1c3fbcc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 1c3fbcc

Please sign in to comment.