mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -73,6 +73,7 @@ export class Redis implements INodeType {
|
||||
name: 'Pop',
|
||||
value: 'pop',
|
||||
description: 'Pop data from a redis list',
|
||||
action: 'Pop data from a redis list',
|
||||
},
|
||||
{
|
||||
name: 'Publish',
|
||||
@@ -84,6 +85,7 @@ export class Redis implements INodeType {
|
||||
name: 'Push',
|
||||
value: 'push',
|
||||
description: 'Push data to a redis list',
|
||||
action: 'Push data to a redis list',
|
||||
},
|
||||
{
|
||||
name: 'Set',
|
||||
|
||||
Reference in New Issue
Block a user