Skip to content

Commit

Permalink
Update isArray property name in NodeOutputConfig interface (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
sroussey authored Feb 3, 2024
1 parent 11062ea commit 8d649b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export interface NodeOutputConfig {
name: string
id: string
valueType: string
array?: boolean
isArray?: boolean
}

function isValueTypeConfigOptions(
Expand Down

0 comments on commit 8d649b0

Please sign in to comment.