mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 14:54:05 +00:00
formatting fixes
This commit is contained in:
parent
d737b19e2f
commit
10f771cfc6
2 changed files with 0 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
let express = require("express");
|
||||
const {
|
||||
setting,
|
||||
allowDevAllOrigin,
|
||||
allowAllOrigin,
|
||||
percentageToColor,
|
||||
|
|
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue