mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
⚡ Ignore issue as convict types are wrong
This commit is contained in:
@@ -95,6 +95,7 @@ export async function getConfigValue(configKey: string): Promise<string | boolea
|
||||
|
||||
// Get the environment variable
|
||||
const configSchema = config.getSchema();
|
||||
// @ts-ignore
|
||||
let currentSchema = configSchema._cvtProperties as IDataObject;
|
||||
for (const key of configKeyParts) {
|
||||
if (currentSchema[key] === undefined) {
|
||||
|
||||
Reference in New Issue
Block a user