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:
Jonathan Bennetts
2022-06-26 05:01:27 +01:00
committed by GitHub
parent 32f245da53
commit 848fcfde5d
5 changed files with 0 additions and 7 deletions

View File

@@ -291,7 +291,6 @@ export const userFields: INodeProperties[] = [
name: 'roles',
type: 'multiOptions',
description: 'Comma-separated list of roles to assign to the user. Choose from the list, or specify IDs using an <a href="https://docs.n8n.io/nodes/expressions.html#expressions">expression</a>.',
required: true,
default: [],
typeOptions: {
loadOptionsMethod: 'getRoles',