mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 14:44:05 -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
|
// Get the environment variable
|
||||||
const configSchema = config.getSchema();
|
const configSchema = config.getSchema();
|
||||||
|
// @ts-ignore
|
||||||
let currentSchema = configSchema._cvtProperties as IDataObject;
|
let currentSchema = configSchema._cvtProperties as IDataObject;
|
||||||
for (const key of configKeyParts) {
|
for (const key of configKeyParts) {
|
||||||
if (currentSchema[key] === undefined) {
|
if (currentSchema[key] === undefined) {
|
||||||
|
|
Loading…
Reference in a new issue