fix(validator): corrections to no leak like crazy
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import { env } from "../utils/envValidator.js";
|
||||
import { returnFunc } from "../utils/return.js";
|
||||
import { connected, pool } from "./prodSqlConnect.js";
|
||||
import { validateEnv } from "../utils/envValidator.js";
|
||||
|
||||
const env = validateEnv(process.env);
|
||||
/**
|
||||
* Run a prod query
|
||||
* just pass over the query as a string and the name of the query.
|
||||
|
||||
Reference in New Issue
Block a user