remove utils
This commit is contained in:
parent
e16e55d987
commit
eb50553931
2 changed files with 0 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
||||||
const config = require("config");
|
const config = require("config");
|
||||||
const mysql = require("mysql");
|
const mysql = require("mysql");
|
||||||
const dateToUtc = require("../utils.js");
|
|
||||||
|
|
||||||
const pool = mysql.createPool({
|
const pool = mysql.createPool({
|
||||||
host: config.get("db.host"),
|
host: config.get("db.host"),
|
||||||
|
|
Loading…
Reference in a new issue