From 063d43735a1761cb5fdea3a3ae513dac1999c169 Mon Sep 17 00:00:00 2001 From: LucasSovre Date: Tue, 19 Mar 2024 16:08:41 +0100 Subject: [PATCH] lint --- nodes/Listmonk/options.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/Listmonk/options.ts b/nodes/Listmonk/options.ts index 1ca5c5a..3512c4c 100644 --- a/nodes/Listmonk/options.ts +++ b/nodes/Listmonk/options.ts @@ -329,7 +329,7 @@ export const listmonkOptions: INodeProperties[] = [ }, { displayName: 'List ID', - description: 'Get all the subscribers by list id.', + description: 'Get all the subscribers by list ID', required: true, name: 'listId', type: 'number',