Bugfix
This commit is contained in:
@@ -5,6 +5,8 @@ const decrypt = require("./decrypt");
|
||||
|
||||
/** @type {import("@/package-shared/types").CheckApiCredentialsFn} */
|
||||
const grabApiCred = ({ key, database, table }) => {
|
||||
if (!key) return undefined;
|
||||
|
||||
try {
|
||||
const allowedKeysPath = process.env.DSQL_API_KEYS_PATH;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user