fix(beeminder Node): fix request id not being sent when creating a new datapoint

This commit is contained in:
Jonathan Bennetts
2022-09-02 15:51:05 +01:00
committed by GitHub
parent 071ab40c9f
commit 73c5210294
3 changed files with 24 additions and 8 deletions

View File

@@ -8,7 +8,6 @@ import {
INodePropertyOptions,
INodeType,
INodeTypeDescription,
NodeOperationError,
} from 'n8n-workflow';
import {
@@ -197,7 +196,7 @@ export class Beeminder implements INodeType {
},
{
displayName: 'Request ID',
name: 'requestId',
name: 'requestid',
type: 'string',
default: '',
placeholder: '',