mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-23 11:44:06 -08:00
⚡ Ignore issue as convict types are wrong
This commit is contained in:
parent
0c0c0bda67
commit
bfb179e5f0
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue