Skip to content

Commit

Permalink
formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Jan 18, 2024
1 parent d737b19 commit 10f771c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion server/routers/api-router.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
let express = require("express");
const {
setting,
allowDevAllOrigin,
allowAllOrigin,
percentageToColor,
Expand Down
1 change: 0 additions & 1 deletion server/util-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 10f771c

Please sign in to comment.