mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
⚡ Temporary fix to repair build
This commit is contained in:
@@ -402,6 +402,7 @@ export class Redis implements INodeType {
|
|||||||
} else if (type === 'hash') {
|
} else if (type === 'hash') {
|
||||||
const clientHset = util.promisify(client.hset).bind(client);
|
const clientHset = util.promisify(client.hset).bind(client);
|
||||||
for (const key of Object.keys(value)) {
|
for (const key of Object.keys(value)) {
|
||||||
|
// @ts-ignore
|
||||||
await clientHset(keyName, key, (value as IDataObject)[key]!.toString());
|
await clientHset(keyName, key, (value as IDataObject)[key]!.toString());
|
||||||
}
|
}
|
||||||
} else if (type === 'list') {
|
} else if (type === 'list') {
|
||||||
|
|||||||
Reference in New Issue
Block a user