fix: Fix issue with required optional parameters (#3597)
* Fixed issue with Reddit node not getting all posts * Fixed remaining issues with required options
This commit is contained in:
committed by
GitHub
parent
32f245da53
commit
848fcfde5d
@@ -200,7 +200,6 @@ export const conversationMessageFields: INodeProperties[] = [
|
||||
name: 'written_by_me',
|
||||
description: 'Author of the message',
|
||||
type: 'options',
|
||||
required: true,
|
||||
default: true,
|
||||
options: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user