formatting fixes

This commit is contained in:
Frank Elsinga 2024-01-18 22:36:12 +01:00
parent d737b19e2f
commit 10f771cfc6
2 changed files with 0 additions and 2 deletions

View file

@ -1,6 +1,5 @@
let express = require("express");
const {
setting,
allowDevAllOrigin,
allowAllOrigin,
percentageToColor,

View file

@ -13,7 +13,6 @@ const postgresConParse = require("pg-connection-string").parse;
const mysql = require("mysql2");
const { MongoClient } = require("mongodb");
const { NtlmClient } = require("axios-ntlm");
const { Settings } = require("./settings");
const grpc = require("@grpc/grpc-js");
const protojs = require("protobufjs");
const radiusClient = require("node-radius-client");