👕 Fix lint issue

This commit is contained in:
Jan Oberhauser
2022-07-13 10:38:12 +02:00
parent b67ec19c8d
commit 0ad089ffb6
12 changed files with 17 additions and 11 deletions

View File

@@ -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',