Minor improvements to Microsoft Teams Node

This commit is contained in:
Jan Oberhauser
2020-09-13 11:09:17 +02:00
parent 38ddcbe703
commit a2ee2773db
5 changed files with 34 additions and 30 deletions

View File

@@ -1,6 +1,6 @@
import {
INodeProperties,
} from 'n8n-workflow';
} from 'n8n-workflow';
export const channelMessageOperations = [
{
@@ -33,9 +33,9 @@ export const channelMessageOperations = [
export const channelMessageFields = [
/* -------------------------------------------------------------------------- */
/* channelMessage:create */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* channelMessage:create */
/* -------------------------------------------------------------------------- */
{
displayName: 'Team ID',
name: 'teamId',
@@ -129,9 +129,9 @@ export const channelMessageFields = [
default: '',
description: 'The content of the item.',
},
/* -------------------------------------------------------------------------- */
/* channelMessage:getAll */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* channelMessage:getAll */
/* -------------------------------------------------------------------------- */
{
displayName: 'Team ID',
name: 'teamId',